mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 06:43:04 +01:00
Delete useless vars.
This commit is contained in:
parent
02e8f72987
commit
999754ba57
@ -148,9 +148,7 @@ bool GRANT_privileges( thread_db* tdbb, SSHORT phase, DeferredWork* work,
|
||||
case 3:
|
||||
{
|
||||
ULONG length = ACL_BUFFER_SIZE;
|
||||
ULONG* length_ptr = &length;
|
||||
ULONG default_length = ACL_BUFFER_SIZE;
|
||||
ULONG* default_length_ptr = &default_length;
|
||||
|
||||
SET_TDBB(tdbb);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user