Skip to content

Commit 7240988

Browse files
committed
fix leftover from debug
1 parent b28b686 commit 7240988

File tree

1 file changed

+0
-2
lines changed
  • Tools/c-analyzer/c_parser/preprocessor

1 file changed

+0
-2
lines changed

Tools/c-analyzer/c_parser/preprocessor/gcc.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ def preprocess(filename,
102102

103103

104104
def _iter_lines(text, reqfile, samefiles, cwd, raw=False):
105-
with open('/Users/Edu/Downloads/test.c', 'r') as f:
106-
text = f.read()
107105
lines = iter(text.splitlines())
108106

109107
# The first line is special.

0 commit comments

Comments
 (0)