Skip to content

Commit 6299042

Browse files
author
Artyom Ivanov
committed
refactor(shutdown): Remove unused variable
1 parent 57024ac commit 6299042

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/jrd/Database.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,6 @@ class Database : public pool_alloc<type_dbb>
292292

293293
static Firebird::GlobalPtr<DbIdHash> g_hashTable;
294294
static Firebird::GlobalPtr<Firebird::Mutex> g_mutex;
295-
// It doesn't need to be atomic because all accesses is done under the mutex
296-
static inline bool g_shuttingDown = false;
297295

298296
public:
299297
static GlobalObjectHolder* init(const Firebird::string& id,

0 commit comments

Comments
 (0)