diff options
author | Eric Christopher <echristo@gmail.com> | 2020-04-03 17:58:59 -0700 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2020-04-03 17:58:59 -0700 |
commit | 3ccd454c102b069d2230a18cfe16b84a5f005fc8 (patch) | |
tree | d72ac32c715f8dbc2f967dac1712f285778e283c /lldb/source/Commands/CommandObjectThread.cpp | |
parent | 725579379deea21bb4201731fe6d6e70ed98961d (diff) | |
download | llvm-3ccd454c102b069d2230a18cfe16b84a5f005fc8.zip llvm-3ccd454c102b069d2230a18cfe16b84a5f005fc8.tar.gz llvm-3ccd454c102b069d2230a18cfe16b84a5f005fc8.tar.bz2 |
Fix unused variable, format, and format string warnings.
NFC.
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectThread.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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<std::recursive_mutex> guard( |