summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-11-15 10:22:52 -0800
committerElliott Hughes <enh@google.com>2018-11-15 10:23:50 -0800
commitb7037ae1b3bb92eee26376ed532c1b3e9adeff62 (patch)
treec0c8a7c525a134f426e5f048c232af2ace58615a
parent589256d0dc6075645e477141f7119157ece04fb7 (diff)
downloadwifilogd-b7037ae1b3bb92eee26376ed532c1b3e9adeff62.tar.gz
(For some reason, clang seems to find more things like this when in C++17 mode.) Bug: 111067277 Test: builds Change-Id: Ic76b4061df742fe968f2d5ef3b62590d4da92c22
-rw-r--r--command_processor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/command_processor.cpp b/command_processor.cpp
index ea223af..e96bd3d 100644
--- a/command_processor.cpp
+++ b/command_processor.cpp
@@ -229,7 +229,6 @@ bool CommandProcessor::Dump(unique_fd dump_fd) {
break;
case Opcode::kDumpBuffers:
LOG(FATAL) << "Unexpected DumpBuffers command in log";
- break;
}
output_string += '\n';