8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:03:04 +01:00
This commit is contained in:
robocop 2010-01-30 08:59:28 +00:00
parent 0960ec6e3b
commit 6ee5b720ba

View File

@ -744,7 +744,6 @@ void DYN_delete_local_field(Global* gbl, const UCHAR** ptr, const Firebird::Meta
GET_STRING(ptr, tbl_nm);
jrd_req* request = CMP_find_request(tdbb, drq_l_dep_flds, DYN_REQUESTS);
jrd_req* request2 = NULL;
USHORT id = drq_l_dep_flds;
bool found;
@ -907,7 +906,6 @@ void DYN_delete_local_field(Global* gbl, const UCHAR** ptr, const Firebird::Meta
{
Firebird::stuff_exception(tdbb->tdbb_status_vector, ex);
DYN_rundown_request(request, -1);
DYN_rundown_request(request2, -1);
switch (id)
{