Skip to content

Commit b34a83f

Browse files
committed
[build-script] Remove unused Python helper
Grepping this repository for `bad_usage` turns up zero results. This function is unused.
1 parent f002192 commit b34a83f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

utils/SwiftBuildSupport.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@ def print_with_argv0(message):
6464
print(sys.argv[0] + ": " + message)
6565

6666

67-
def bad_usage(message):
68-
print_with_argv0(message)
69-
print("Run '" + pipes.quote(sys.argv[0]) + " --help' for more information.")
70-
sys.exit(1)
71-
7267
def quote_shell_command(args):
7368
return " ".join([ pipes.quote(a) for a in args ])
7469

0 commit comments

Comments
 (0)