mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 18:43:03 +01:00
ifdef code to avoid not used warnings.
This commit is contained in:
parent
3434bd8884
commit
7f5fb306da
@ -474,9 +474,10 @@ SLONG LCK_get_owner_handle(TDBB tdbb, enum lck_t lock_type)
|
||||
**************************************/
|
||||
|
||||
SET_TDBB(tdbb);
|
||||
#ifdef SUPERSERVER
|
||||
DBB dbb = tdbb->tdbb_database;
|
||||
ATT attachment = tdbb->tdbb_attachment;
|
||||
|
||||
#endif
|
||||
switch (lock_type) {
|
||||
case LCK_database:
|
||||
case LCK_bdb:
|
||||
|
Loading…
Reference in New Issue
Block a user