diff options
| -rw-r--r-- | lldb/examples/python/unwind_diagnose.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/examples/python/unwind_diagnose.py b/lldb/examples/python/unwind_diagnose.py index 53a00d41952..9a91897ba11 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.' |

