summaryrefslogtreecommitdiffstats
path: root/source/l/mozjs78/patches/spidermonkey_checks_disable.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/mozjs78/patches/spidermonkey_checks_disable.patch')
-rw-r--r--source/l/mozjs78/patches/spidermonkey_checks_disable.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/source/l/mozjs78/patches/spidermonkey_checks_disable.patch b/source/l/mozjs78/patches/spidermonkey_checks_disable.patch
deleted file mode 100644
index 14ba0ad71..000000000
--- a/source/l/mozjs78/patches/spidermonkey_checks_disable.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/config/run_spidermonkey_checks.py
-+++ b/config/run_spidermonkey_checks.py
-@@ -11,5 +11,5 @@
- for script in scripts:
- retcode = subprocess.call(
- [sys.executable, script], cwd=buildconfig.topsrcdir)
-- if retcode != 0:
-- raise Exception(script + " failed")
-+ #if retcode != 0:
-+ # raise Exception(script + " failed")