diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-02-25 18:24:40 -0500 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-14 12:55:48 +0200 |
commit | b2ca17a29814f6aaf043240cd1ec2f86ca989419 (patch) | |
tree | bf499b180890d05f2232acf4d604de8eace4673b /toolkit/components/sqlite/moz.build | |
parent | eb70e6e3d0bff11c25f14b1196025791bf2308fb (diff) | |
download | UXP-b2ca17a29814f6aaf043240cd1ec2f86ca989419.tar UXP-b2ca17a29814f6aaf043240cd1ec2f86ca989419.tar.gz UXP-b2ca17a29814f6aaf043240cd1ec2f86ca989419.tar.lz UXP-b2ca17a29814f6aaf043240cd1ec2f86ca989419.tar.xz UXP-b2ca17a29814f6aaf043240cd1ec2f86ca989419.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'] |