summaryrefslogtreecommitdiffstats
path: root/storage/SQLiteMutex.h
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-01-31 15:40:09 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-01-31 15:40:09 +0100
commitd41ba28f5257f7c1425a0bde210e69fc5bb34a37 (patch)
tree229b340173919d85b06ef878899034cdb7b28a0f /storage/SQLiteMutex.h
parent8f89965f5062f9855cdcc20530a815746fce744c (diff)
downloadUXP-d41ba28f5257f7c1425a0bde210e69fc5bb34a37.tar
UXP-d41ba28f5257f7c1425a0bde210e69fc5bb34a37.tar.gz
UXP-d41ba28f5257f7c1425a0bde210e69fc5bb34a37.tar.lz
UXP-d41ba28f5257f7c1425a0bde210e69fc5bb34a37.tar.xz
UXP-d41ba28f5257f7c1425a0bde210e69fc5bb34a37.zip
Issue #1342 - Remove support for system sqlite
Diffstat (limited to 'storage/SQLiteMutex.h')
-rw-r--r--storage/SQLiteMutex.h2
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.
*/