diff options
author | Matt A. Tobin <email@mattatobin.com> | 2021-11-20 23:59:44 -0500 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-04-07 15:43:28 +0200 |
commit | 3adf5e5d9cd5108c699e4b4914dce59cae59b07e (patch) | |
tree | de765cb82c1052a89812da41b08f5c7a97409bd3 /python | |
parent | b2ad7e8ed963768f53053bd0495e69f80c3a4c33 (diff) | |
download | uxp-3adf5e5d9cd5108c699e4b4914dce59cae59b07e.tar.gz |
Issue #1847 - Transfer build configuration to gyp
Diffstat (limited to 'python')
-rw-r--r-- | python/mozbuild/mozbuild/frontend/emitter.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/python/mozbuild/mozbuild/frontend/emitter.py b/python/mozbuild/mozbuild/frontend/emitter.py index 49ec1e8d7a..78d92c4236 100644 --- a/python/mozbuild/mozbuild/frontend/emitter.py +++ b/python/mozbuild/mozbuild/frontend/emitter.py @@ -135,9 +135,6 @@ class TreeMetadataEmitter(LoggingMixin): if os.path.exists(subconfigures): paths = open(subconfigures).read().splitlines() self._external_paths = set(mozpath.normsep(d) for d in paths) - # Add security/nss manually, since it doesn't have a subconfigure. - self._external_paths.add('security/nss') - self._emitter_time = 0.0 self._object_count = 0 self._test_files_converter = SupportFilesConverter() |