mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
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.
This commit is contained in:
parent
f51880be1f
commit
b490bda019
9 changed files with 1 additions and 1280 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue