summaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2014-11-21 00:46:52 (GMT)
committerNico Weber <nicolasweber@gmx.de>2014-11-21 00:46:52 (GMT)
commite1f1a2cf65182f1c9d31e2eef18ec1d56da9d881 (patch)
tree8b83b9ab7bf99e537ab30a1331159ec8eb76af5e /configure.py
parentcf6bb1c3f3fddc8f615302925809b6980315f53b (diff)
downloadNinja-e1f1a2cf65182f1c9d31e2eef18ec1d56da9d881.zip
Ninja-e1f1a2cf65182f1c9d31e2eef18ec1d56da9d881.tar.gz
Ninja-e1f1a2cf65182f1c9d31e2eef18ec1d56da9d881.tar.bz2
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)