Fix compiler warning.
authorZachary Turner <zturner@google.com>
Fri, 16 Dec 2016 21:35:12 +0000 (21:35 +0000)
committerZachary Turner <zturner@google.com>
Fri, 16 Dec 2016 21:35:12 +0000 (21:35 +0000)
llvm-svn: 289994

lldb/source/Commands/CommandObjectMemory.cpp

index 4432b2a..49ae923 100644 (file)
@@ -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: