summaryrefslogtreecommitdiff
path: root/storage/mozStorageService.h
diff options
context:
space:
mode:
authorGaming4JC <g4jc@hyperbola.info>2020-05-06 10:28:50 -0400
committerGaming4JC <g4jc@hyperbola.info>2020-05-06 13:55:19 -0400
commita041955d6d6540858002b9d4895d3b2941e5f586 (patch)
tree947b6b23da44501e1bdf83b287cf69124a734acc /storage/mozStorageService.h
parent191dc0d022b9e95f2d93d8a4038233350059400b (diff)
downloadaura-central-a041955d6d6540858002b9d4895d3b2941e5f586.tar.gz
Issue mcp-graveyard/UXP%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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/storage/mozStorageService.h b/storage/mozStorageService.h
index effd330b1..d3c1d74d8 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.