From 101c7c2060354f6e91efc65f9c4ea9f13a591152 Mon Sep 17 00:00:00 2001 From: Caroline Tice Date: Thu, 9 Sep 2010 06:25:08 +0000 Subject: Make all debugger-level user settable variables into instance variables. Make get/set variable at the debugger level always set the particular debugger's instance variables rather than the default variables. llvm-svn: 113474 --- lldb/source/Commands/CommandObjectSyntax.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/source/Commands/CommandObjectSyntax.cpp') diff --git a/lldb/source/Commands/CommandObjectSyntax.cpp b/lldb/source/Commands/CommandObjectSyntax.cpp index 072ae29..6574692 100644 --- a/lldb/source/Commands/CommandObjectSyntax.cpp +++ b/lldb/source/Commands/CommandObjectSyntax.cpp @@ -76,7 +76,6 @@ CommandObjectSyntax::Execute if (cmd_obj->GetOptions() != NULL) { output_strm.Printf ("\nSyntax: %s\n", cmd_obj->GetSyntax()); - //cmd_obj->GetOptions()->GenerateOptionUsage (output_strm, cmd_obj); output_strm.Printf ("(Try 'help %s' for more information on command options syntax.)\n", cmd_obj->GetCommandName()); result.SetStatus (eReturnStatusSuccessFinishNoResult); -- cgit v1.1