From 3ccd454c102b069d2230a18cfe16b84a5f005fc8 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Fri, 3 Apr 2020 17:58:59 -0700 Subject: Fix unused variable, format, and format string warnings. NFC. --- lldb/source/Commands/CommandObjectThread.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/source/Commands/CommandObjectThread.cpp') diff --git a/lldb/source/Commands/CommandObjectThread.cpp b/lldb/source/Commands/CommandObjectThread.cpp index 579f336..fe86c9d 100644 --- a/lldb/source/Commands/CommandObjectThread.cpp +++ b/lldb/source/Commands/CommandObjectThread.cpp @@ -2061,7 +2061,6 @@ public: return true; } - bool success; const size_t num_args = args.GetArgumentCount(); std::lock_guard guard( -- cgit v1.1