aboutsummaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/settings.py b/settings.py
index 0b19fd28..48eaa9ab 100644
--- a/settings.py
+++ b/settings.py
@@ -10,8 +10,6 @@ NODE_JS = 'node'
SPIDERMONKEY_ENGINE = [os.path.expanduser('~/Dev/mozilla-central/js/src/js'), '-m', '-n']
V8_ENGINE = os.path.expanduser('~/Dev/v8/d8')
-CLOSURE_COMPILER = os.path.join(EMSCRIPTEN_ROOT, 'third_party', 'closure-compiler', 'compiler.jar')
-
TEMP_DIR = '/tmp'