mirror of
https://github.com/Z3Prover/z3
synced 2025-06-04 05:11:21 +00:00
Remove trace msg
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
2633dc56ab
commit
5aa84c28a6
1 changed files with 0 additions and 1 deletions
|
@ -520,7 +520,6 @@ def parse_options():
|
||||||
# Return a list containing a file names included using '#include' in
|
# Return a list containing a file names included using '#include' in
|
||||||
# the given C/C++ file named fname.
|
# the given C/C++ file named fname.
|
||||||
def extract_c_includes(fname):
|
def extract_c_includes(fname):
|
||||||
print(fname)
|
|
||||||
result = []
|
result = []
|
||||||
# We look for well behaved #include directives
|
# We look for well behaved #include directives
|
||||||
std_inc_pat = re.compile("[ \t]*#include[ \t]*\"(.*)\"[ \t]*")
|
std_inc_pat = re.compile("[ \t]*#include[ \t]*\"(.*)\"[ \t]*")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue