HeaderCheck: Remove outdated debug code
This should never have been committed.
This commit is contained in:
parent
929e46f360
commit
2f7c9915b5
Notes:
sideshowbarker
2024-07-17 22:41:14 +09:00
Author: https://github.com/BenWiederhake Commit: https://github.com/SerenityOS/serenity/commit/2f7c9915b5 Pull-request: https://github.com/SerenityOS/serenity/pull/15231 Reviewed-by: https://github.com/AtkinsSJ Reviewed-by: https://github.com/davidot Reviewed-by: https://github.com/trflynn89
1 changed files with 0 additions and 2 deletions
|
@ -61,8 +61,6 @@ if __name__ == '__main__':
|
|||
print('Must set SERENITY_SOURCE_DIR first!', file=sys.stderr)
|
||||
exit(1)
|
||||
if len(sys.argv) == 2:
|
||||
with open('/tmp/the_arg', 'w') as fp:
|
||||
fp.write(sys.argv[1])
|
||||
run(os.environ['SERENITY_SOURCE_DIR'], sys.argv[1])
|
||||
else:
|
||||
print('Usage: SERENITY_SOURCE_DIR=/path/to/serenity {} SERENITY_BUILD_ARCH'
|
||||
|
|
Loading…
Add table
Reference in a new issue