mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 14:03:07 +01:00
Misc.
This commit is contained in:
parent
0960ec6e3b
commit
6ee5b720ba
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user