diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2020-05-06 10:28:50 -0400 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-20 13:47:24 +0000 |
commit | 938e6204efb8f47f8426aeb114c41d333e696d1a (patch) | |
tree | 545b2550f60981e31e5212f1ffd60ad88974fe71 /storage/mozStorageService.h | |
parent | 16aaa21930e316a8fb870a2b300b4c1f0899fb10 (diff) | |
download | uxp-938e6204efb8f47f8426aeb114c41d333e696d1a.tar.gz |
Issue #21 - Remove TelemertyVFS
This reverts m-c Bug 668378 and completely removes Telemetry SQLite IO. As a bonus this fixes a potential crash in newer SQLite versions without the need for updating this useless telemetry shim.
Diffstat (limited to 'storage/mozStorageService.h')
-rw-r--r-- | storage/mozStorageService.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/storage/mozStorageService.h b/storage/mozStorageService.h index effd330b16..d3c1d74d8b 100644 --- a/storage/mozStorageService.h +++ b/storage/mozStorageService.h @@ -19,7 +19,6 @@ class nsIMemoryReporter; class nsIXPConnect; -struct sqlite3_vfs; namespace mozilla { namespace storage { @@ -136,8 +135,6 @@ private: * synchronizing access to mLocaleCollation. */ Mutex mMutex; - - sqlite3_vfs *mSqliteVFS; /** * Protects mConnections. |