summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)