Skip to content

Commit 3054a0c

Browse files
committed
[lldb/crashlog] Remove dead code (NFC)
This patch cleans up the crashlog.py script and removes dead code. Signed-off-by: Med Ismail Bennani <[email protected]>
1 parent 21a597c commit 3054a0c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lldb/examples/python/crashlog.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1228,11 +1228,6 @@ def parse_instructions(self, line):
12281228
pass
12291229

12301230

1231-
def usage():
1232-
print("Usage: lldb-symbolicate.py [-n name] executable-image")
1233-
sys.exit(0)
1234-
1235-
12361231
def save_crashlog(debugger, command, exe_ctx, result, dict):
12371232
usage = "save_crashlog [options] <output-path>"
12381233
description = """Export the state of current target into a crashlog file"""

0 commit comments

Comments
 (0)