summaryrefslogtreecommitdiffstats
path: root/storage/mozStorageService.h
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-05-09 14:50:34 +0200
committerGitHub <noreply@github.com>2020-05-09 14:50:34 +0200
commit8b41800216fc404f016836e18d0da415c618611d (patch)
tree8ef17dc299f13847ad85cbb6f6d0b1e7bbc7f1bc /storage/mozStorageService.h
parent823eca65a47a7bab6c6bfe246daa33d682987637 (diff)
parent83ecae9ff7ee1469da1675435dbcf26d094aa1c6 (diff)
downloadUXP-8b41800216fc404f016836e18d0da415c618611d.tar
UXP-8b41800216fc404f016836e18d0da415c618611d.tar.gz
UXP-8b41800216fc404f016836e18d0da415c618611d.tar.lz
UXP-8b41800216fc404f016836e18d0da415c618611d.tar.xz
UXP-8b41800216fc404f016836e18d0da415c618611d.zip
Merge pull request #1535 from g4jc/VFS_telemetry_nuke
Remove TelemertyVFS
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.