summaryrefslogtreecommitdiff
path: root/deps/v8/tools/gcmole/download_gcmole_tools.py
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/tools/gcmole/download_gcmole_tools.py')
-rwxr-xr-xdeps/v8/tools/gcmole/download_gcmole_tools.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/deps/v8/tools/gcmole/download_gcmole_tools.py b/deps/v8/tools/gcmole/download_gcmole_tools.py
index 7183d28f34..af27723da6 100755
--- a/deps/v8/tools/gcmole/download_gcmole_tools.py
+++ b/deps/v8/tools/gcmole/download_gcmole_tools.py
@@ -18,5 +18,3 @@ if re.search(r'\bgcmole=1', os.environ.get('GYP_DEFINES', '')):
'-s', SHA1_PATH,
'--platform=linux*'
])
-else:
- print 'Skipping gcmole download as gcmole is not set in gyp flags.'