summaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2014-11-21 00:49:52 (GMT)
committerNico Weber <nicolasweber@gmx.de>2014-11-21 00:49:52 (GMT)
commit60e8da125b20548a224239451314a1b20c9bccf7 (patch)
tree8b83b9ab7bf99e537ab30a1331159ec8eb76af5e /configure.py
parentcf6bb1c3f3fddc8f615302925809b6980315f53b (diff)
parente1f1a2cf65182f1c9d31e2eef18ec1d56da9d881 (diff)
downloadNinja-60e8da125b20548a224239451314a1b20c9bccf7.zip
Ninja-60e8da125b20548a224239451314a1b20c9bccf7.tar.gz
Ninja-60e8da125b20548a224239451314a1b20c9bccf7.tar.bz2
Merge pull request #861 from nico/nosub
Remove duplicate import. No behavior change.
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index 524ffca..6d4c4d4 100755
--- a/configure.py
+++ b/configure.py
@@ -76,7 +76,6 @@ class Platform(object):
return self._platform == 'msvc'
def msvc_needs_fs(self):
- import subprocess
popen = subprocess.Popen(['cl', '/nologo', '/?'],
stdout=subprocess.PIPE,
stderr=subprocess.PIPE)