Skip to content

Commit 0e13f2f

Browse files
committed
Fix assertion running tests with debug build
1 parent 9a5d1f9 commit 0e13f2f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/jrd/extds/InternalDS.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,6 @@ bool InternalConnection::cancelExecution(bool /*forced*/)
228228

229229
bool InternalConnection::resetSession(thread_db* tdbb)
230230
{
231-
fb_assert(isCurrent());
232-
233231
if (isCurrent())
234232
return true;
235233

0 commit comments

Comments
 (0)