We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57024ac commit 6299042Copy full SHA for 6299042
src/jrd/Database.h
@@ -292,8 +292,6 @@ class Database : public pool_alloc<type_dbb>
292
293
static Firebird::GlobalPtr<DbIdHash> g_hashTable;
294
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;
297
298
public:
299
static GlobalObjectHolder* init(const Firebird::string& id,
0 commit comments