mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 23:51:56 +00:00
[libc++] Remove the line of stdout output from this generator. NFCI.
This line was confusing some people: it's not supposed to indicate any kind of problem with the script, and I can't see any way it could even help with troubleshooting. So, just silence it.
This commit is contained in:
parent
8be3af36f9
commit
680c5d5de2
@ -99,7 +99,6 @@ def should_keep_header(p, exclusions=None):
|
||||
relpath = os.path.relpath(p, include_path)
|
||||
relpath = posixpath.join(*os.path.split(relpath))
|
||||
if relpath in exclusions:
|
||||
print('Excluded file:', relpath)
|
||||
return False
|
||||
|
||||
return os.path.splitext(p)[1] in allowed_extensions
|
||||
|
Loading…
Reference in New Issue
Block a user