From 61714c16be4935d03f52ea7f11cee2f58a82d9fd Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 4 May 2025 11:56:22 -0700 Subject: [lldb] Remove unused local variables (NFC) (#138457) --- lldb/source/Commands/CommandObjectCommands.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lldb/source/Commands/CommandObjectCommands.cpp') diff --git a/lldb/source/Commands/CommandObjectCommands.cpp b/lldb/source/Commands/CommandObjectCommands.cpp index 9510cf4..10dc273 100644 --- a/lldb/source/Commands/CommandObjectCommands.cpp +++ b/lldb/source/Commands/CommandObjectCommands.cpp @@ -1537,9 +1537,8 @@ private: option_def.completion_type = (CommandArgumentType) completion_type; } else option_def.completion_type = eNoCompletion; - + // Usage Text: - std::string usage_text; obj_sp = opt_dict->GetValueForKey("help"); if (!obj_sp) { error = Status::FromErrorStringWithFormatv( -- cgit v1.1