8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 03:23:03 +01:00
This commit is contained in:
dimitr 2010-01-15 08:03:33 +00:00
parent 17946bdf89
commit 4a69fa3754
2 changed files with 0 additions and 17 deletions

View File

@ -2324,22 +2324,6 @@ jrd_nod* EXE_looper(thread_db* tdbb, jrd_req* request, jrd_nod* in_node)
}
break;
case nod_handler:
switch (request->req_operation)
{
case jrd_req::req_evaluate:
node = node->nod_arg[0];
break;
case jrd_req::req_unwind:
if (!request->req_label)
request->req_operation = jrd_req::req_return;
default:
node = node->nod_parent;
}
break;
case nod_block:
switch (request->req_operation)
{

View File

@ -29,7 +29,6 @@ NODE(nod_asn_list, asn_list, "")
NODE(nod_erase, erase, "")
NODE(nod_fetch, fetch, "")
NODE(nod_for, for, "")
NODE(nod_handler, handler, "")
NODE(nod_label, label, "")
NODE(nod_leave, leave, "")
NODE(nod_list, list, "")