8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 04:43:03 +01:00

Removed wrong assert

This commit is contained in:
alexpeshkoff 2013-12-23 10:55:08 +00:00
parent 05027f8148
commit db7baf02e6

View File

@ -3229,7 +3229,6 @@ void ResultSet::freeClientData(IStatus* status, bool force)
rem_port* port = rdb->rdb_port;
RefMutexGuard portGuard(*port->port_sync, FB_FUNCTION);
fb_assert(statement->haveException() == 0);
statement->clearException();
if (statement->rsr_flags.test(Rsr::LAZY))