summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2016-12-16 21:35:12 +0000
committerZachary Turner <zturner@google.com>2016-12-16 21:35:12 +0000
commit91ad7a9b69ba7d061fd95830bd509ef9fa92583d (patch)
tree04b59f0793b93d613db4a37829fcd3b37788da66
parenta61f5e379675732666744bcba25efbc9922e016a (diff)
downloadbcm5719-llvm-91ad7a9b69ba7d061fd95830bd509ef9fa92583d.tar.gz
bcm5719-llvm-91ad7a9b69ba7d061fd95830bd509ef9fa92583d.zip
Fix compiler warning.
llvm-svn: 289994
-rw-r--r--lldb/source/Commands/CommandObjectMemory.cpp1
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:
OpenPOWER on IntegriCloud