8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 15:23:02 +01:00

ifdef code to avoid not used warnings.

This commit is contained in:
brodsom 2003-04-03 20:07:59 +00:00
parent 3434bd8884
commit 7f5fb306da

View File

@ -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: