diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-02-25 18:24:40 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-02-25 18:24:40 -0500 |
commit | 8f35c37a9e82ea3e99780c1a001641227a00b6a9 (patch) | |
tree | 4d1dc02216f26101fc62cd64b35c06d78934ad43 /toolkit/components/sqlite/moz.build | |
parent | 0ddd00f1959c78ce37c14fef3c83401408fca3bf (diff) | |
download | UXP-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.build | 7 |
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'] |