Remove debug output from gen_linker_script.py
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@283701 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -52,9 +52,7 @@ def parse_args():
|
||||
if len(args) < 2:
|
||||
usage_and_exit()
|
||||
symlink_file = args[0]
|
||||
del args[0]
|
||||
public_libs = list(args)
|
||||
print('%r' % public_libs)
|
||||
public_libs = args[1:]
|
||||
return dryrun, symlink_file, public_libs
|
||||
|
||||
def main():
|
||||
|
||||
Reference in New Issue
Block a user