diff options
Diffstat (limited to 'storage/SQLiteMutex.h')
-rw-r--r-- | storage/SQLiteMutex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/SQLiteMutex.h b/storage/SQLiteMutex.h index a38525fd6..eaa69eab1 100644 --- a/storage/SQLiteMutex.h +++ b/storage/SQLiteMutex.h @@ -50,7 +50,7 @@ public: mMutex = aMutex; } -#if !defined(DEBUG) || defined(MOZ_SYSTEM_SQLITE) +#if !defined(DEBUG) /** * Acquires the mutex. */ |