8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 14:03:07 +01:00
This commit is contained in:
dimitr 2010-11-01 19:22:08 +00:00
parent d461d8f47b
commit 6658a1f597

View File

@ -3793,8 +3793,6 @@ void RSBRecurse::close(thread_db* tdbb, RecordSource* rsb, irsb_recurse* irsb)
{
SET_TDBB(tdbb);
jrd_req* request = tdbb->getRequest();
const USHORT streams = (USHORT)(U_IPTR) rsb->rsb_arg[rsb->rsb_count];
const ULONG inner_size = (ULONG)(U_IPTR) rsb->rsb_arg[streams + rsb->rsb_count + 1];
while (irsb->irsb_level > 1)
{