From e005d78241b239fc233034bb322df400bdcb9952 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Tue, 23 Apr 2013 09:49:03 +0000 Subject: [PATCH] One line I forgot to remove. llvm-svn: 180086 --- lldb/examples/python/unwind_diagnose.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lldb/examples/python/unwind_diagnose.py b/lldb/examples/python/unwind_diagnose.py index 53a00d41952c..9a91897ba11c 100644 --- a/lldb/examples/python/unwind_diagnose.py +++ b/lldb/examples/python/unwind_diagnose.py @@ -157,6 +157,5 @@ def create_unwind_diagnose_options(): parser = optparse.OptionParser(description=description, prog='unwind_diagnose',usage=usage) return parser -#def __lldb_init_module (debugger, dict): lldb.debugger.HandleCommand('command script add -f %s.unwind_diagnose unwind-diagnose' % __name__) print 'The "unwind-diagnose" command has been installed, type "help unwind-diagnose" for detailed help.'