aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pycparser/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pycparser/__init__.py b/pycparser/__init__.py
index 9abd6fc..b7228d7 100644
--- a/pycparser/__init__.py
+++ b/pycparser/__init__.py
@@ -38,7 +38,6 @@ def preprocess_file(filename, cpp_path='cpp', cpp_args=''):
try:
# Note the use of universal_newlines to treat all newlines
# as \n for Python's purpose
- #
text = check_output(path_list, universal_newlines=True)
except OSError as e:
raise RuntimeError("Unable to invoke 'cpp'. " +