diff options
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 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. |