8
0
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:
robocop 2008-09-24 09:18:36 +00:00
parent 02e8f72987
commit 999754ba57

View File

@ -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);