mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:40:38 +01:00
Warning: remove variable not read.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7765cd03c9
commit
a10297ad84
@ -910,7 +910,6 @@ processing_state SHOW_grants2 (const SCHAR* object,
|
|||||||
char priv_string[MAX_PRIV_LIST] = "";
|
char priv_string[MAX_PRIV_LIST] = "";
|
||||||
string col_string;
|
string col_string;
|
||||||
char with_option[19] = "";
|
char with_option[19] = "";
|
||||||
SSHORT prev_field_null = -1;
|
|
||||||
USHORT priv_flags = 0;
|
USHORT priv_flags = 0;
|
||||||
|
|
||||||
if (obj_type == obj_relation || obj_type == obj_any)
|
if (obj_type == obj_relation || obj_type == obj_any)
|
||||||
@ -982,7 +981,6 @@ processing_state SHOW_grants2 (const SCHAR* object,
|
|||||||
|
|
||||||
strcpy (prev_user, PRV.RDB$USER);
|
strcpy (prev_user, PRV.RDB$USER);
|
||||||
prev_grant_option = PRV.RDB$GRANT_OPTION;
|
prev_grant_option = PRV.RDB$GRANT_OPTION;
|
||||||
prev_field_null = PRV.RDB$FIELD_NAME.NULL;
|
|
||||||
strcpy (prev_grantor, PRV.RDB$GRANTOR);
|
strcpy (prev_grantor, PRV.RDB$GRANTOR);
|
||||||
|
|
||||||
switch (PRV.RDB$USER_TYPE)
|
switch (PRV.RDB$USER_TYPE)
|
||||||
|
Loading…
Reference in New Issue
Block a user