summaryrefslogtreecommitdiffstats
path: root/storage/moz.build
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
commit83ecae9ff7ee1469da1675435dbcf26d094aa1c6 (patch)
tree947b6b23da44501e1bdf83b287cf69124a734acc /storage/moz.build
parent789146fb7463980964462558bd1a93cc6a1eb643 (diff)
downloadUXP-83ecae9ff7ee1469da1675435dbcf26d094aa1c6.tar
UXP-83ecae9ff7ee1469da1675435dbcf26d094aa1c6.tar.gz
UXP-83ecae9ff7ee1469da1675435dbcf26d094aa1c6.tar.lz
UXP-83ecae9ff7ee1469da1675435dbcf26d094aa1c6.tar.xz
UXP-83ecae9ff7ee1469da1675435dbcf26d094aa1c6.zip
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/moz.build')
-rw-r--r--storage/moz.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/moz.build b/storage/moz.build
index 2d30a85ec..f0e754bdc 100644
--- a/storage/moz.build
+++ b/storage/moz.build
@@ -71,7 +71,6 @@ UNIFIED_SOURCES += [
'mozStorageStatementRow.cpp',
'SQLCollations.cpp',
'StorageBaseStatementInternal.cpp',
- 'TelemetryVFS.cpp',
'VacuumManager.cpp',
]