diff options
author | Zachary Turner <zturner@google.com> | 2016-12-16 21:35:12 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2016-12-16 21:35:12 +0000 |
commit | 91ad7a9b69ba7d061fd95830bd509ef9fa92583d (patch) | |
tree | 04b59f0793b93d613db4a37829fcd3b37788da66 | |
parent | a61f5e379675732666744bcba25efbc9922e016a (diff) | |
download | bcm5719-llvm-91ad7a9b69ba7d061fd95830bd509ef9fa92583d.tar.gz bcm5719-llvm-91ad7a9b69ba7d061fd95830bd509ef9fa92583d.zip |
Fix compiler warning.
llvm-svn: 289994
-rw-r--r-- | lldb/source/Commands/CommandObjectMemory.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectMemory.cpp b/lldb/source/Commands/CommandObjectMemory.cpp index 4432b2a9a65..49ae9238927 100644 --- a/lldb/source/Commands/CommandObjectMemory.cpp +++ b/lldb/source/Commands/CommandObjectMemory.cpp @@ -1403,7 +1403,6 @@ protected: uint64_t uval64; int64_t sval64; bool success = false; - const size_t num_value_args = command.GetArgumentCount(); for (auto &entry : command) { switch (m_format_options.GetFormat()) { case kNumFormats: |