summaryrefslogtreecommitdiff
path: root/mail/thunderbird17/patches/patch-bg
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird17/patches/patch-bg')
-rw-r--r--mail/thunderbird17/patches/patch-bg24
1 files changed, 0 insertions, 24 deletions
diff --git a/mail/thunderbird17/patches/patch-bg b/mail/thunderbird17/patches/patch-bg
deleted file mode 100644
index 5865e7aa5c6..00000000000
--- a/mail/thunderbird17/patches/patch-bg
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-bg,v 1.1 2013/11/13 13:27:45 ryoon Exp $
-
---- mozilla/storage/src/SQLiteMutex.h.orig 2012-08-25 00:31:30.000000000 +0000
-+++ mozilla/storage/src/SQLiteMutex.h
-@@ -108,15 +108,19 @@ public:
- void assertCurrentThreadOwns()
- {
- NS_ASSERTION(mMutex, "No mutex associated with this wrapper!");
-+#if 0 /* XXX tnn: this breaks the debug build. */
- NS_ASSERTION(sqlite3_mutex_held(mMutex),
- "Mutex is not held, but we expect it to be!");
-+#endif
- }
-
- void assertNotCurrentThreadOwns()
- {
- NS_ASSERTION(mMutex, "No mutex associated with this wrapper!");
-+#if 0 /* XXX tnn: this breaks the debug build. */
- NS_ASSERTION(sqlite3_mutex_notheld(mMutex),
- "Mutex is held, but we expect it to not be!");
-+#endif
- }
- #endif // ifndef DEBUG
-