summaryrefslogtreecommitdiffstats
path: root/toolkit/components/sqlite/moz.build
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-02-25 18:24:40 -0500
committerMatt A. Tobin <email@mattatobin.com>2020-02-25 18:24:40 -0500
commit8f35c37a9e82ea3e99780c1a001641227a00b6a9 (patch)
tree4d1dc02216f26101fc62cd64b35c06d78934ad43 /toolkit/components/sqlite/moz.build
parent0ddd00f1959c78ce37c14fef3c83401408fca3bf (diff)
downloadUXP-8f35c37a9e82ea3e99780c1a001641227a00b6a9.tar
UXP-8f35c37a9e82ea3e99780c1a001641227a00b6a9.tar.gz
UXP-8f35c37a9e82ea3e99780c1a001641227a00b6a9.tar.lz
UXP-8f35c37a9e82ea3e99780c1a001641227a00b6a9.tar.xz
UXP-8f35c37a9e82ea3e99780c1a001641227a00b6a9.zip
Bug 1339444 - Remove unused resource://gre/modules/sqlite/sqlite_internal.js
Diffstat (limited to 'toolkit/components/sqlite/moz.build')
-rw-r--r--toolkit/components/sqlite/moz.build7
1 files changed, 0 insertions, 7 deletions
diff --git a/toolkit/components/sqlite/moz.build b/toolkit/components/sqlite/moz.build
deleted file mode 100644
index 1235b5449..000000000
--- a/toolkit/components/sqlite/moz.build
+++ /dev/null
@@ -1,7 +0,0 @@
-# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
-# vim: set filetype=python:
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-EXTRA_JS_MODULES.sqlite += ['sqlite_internal.js']