aboutsummaryrefslogtreecommitdiff
path: root/environment.py
diff options
context:
space:
mode:
Diffstat (limited to 'environment.py')
-rwxr-xr-xenvironment.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/environment.py b/environment.py
index 097ba1f..dabb74e 100755
--- a/environment.py
+++ b/environment.py
@@ -78,9 +78,6 @@ class GnuCCompiler(CCompiler):
def get_std_opt_flags(self):
return GnuCCompiler.std_opt_flags
-def shell_quote(cmdlist):
- return ["'" + x + "'" for x in cmdlist]
-
class Environment():
def __init__(self, source_dir, build_dir):
self.source_dir = source_dir