mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 04:41:11 +00:00
Bug 1915841 - Remove unused set_config("JS_WITHOUT_NSPR",...) from configure r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D220693
This commit is contained in:
parent
9e16aaaf92
commit
5d2dc62cf7
@ -51,7 +51,6 @@ def js_without_nspr(build_nspr, system_nspr, js_standalone):
|
||||
return not build_nspr and not system_nspr
|
||||
|
||||
|
||||
set_config("JS_WITHOUT_NSPR", True, when=js_without_nspr)
|
||||
set_define("JS_WITHOUT_NSPR", True, when=js_without_nspr)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user