summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-11-15 16:30:47 -0800
committerandroid-build-merger <android-build-merger@google.com>2018-11-15 16:30:47 -0800
commit03da7a117213b7cf9301ec7c732327a0f15119c1 (patch)
treec0c8a7c525a134f426e5f048c232af2ace58615a
parent2ebf5cec9d1d6ec27dc229c9b65b4153d9d88670 (diff)
parent8b04b5aabfa6206e5c4f9a56aa7adc69ad711952 (diff)
downloadwifilogd-03da7a117213b7cf9301ec7c732327a0f15119c1.tar.gz
C++17 compatibility: unreachable break. am: b7037ae1b3 am: 77d5e1d3c9
am: 8b04b5aabf Change-Id: I4a1b7c0c68d1b0a682568cc03512bda61162f772
-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';