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

Remove W4 warnings (initialized but unused var) rollback

This commit is contained in:
brodsom 2003-02-18 00:08:03 +00:00
parent 4a3baefff3
commit c8f741510f

View File

@ -474,6 +474,8 @@ SLONG LCK_get_owner_handle(TDBB tdbb, enum lck_t lock_type)
**************************************/
SET_TDBB(tdbb);
DBB dbb = tdbb->tdbb_database;
ATT attachment = tdbb->tdbb_attachment;
switch (lock_type) {
case LCK_database: