diff options
-rw-r--r-- | llvm/tools/llvm-readobj/COFFDumper.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/llvm-readobj/COFFDumper.cpp b/llvm/tools/llvm-readobj/COFFDumper.cpp index 0add018f80d..c39dcf349f8 100644 --- a/llvm/tools/llvm-readobj/COFFDumper.cpp +++ b/llvm/tools/llvm-readobj/COFFDumper.cpp @@ -1148,7 +1148,6 @@ void COFFDumper::printCodeViewSymbolsSubsection(StringRef Subsection, auto OpCode = static_cast<BinaryAnnotationsOpCode>(GetCompressedAnnotation()); switch (OpCode) { - default: case BinaryAnnotationsOpCode::Invalid: return error(object_error::parse_failed); case BinaryAnnotationsOpCode::CodeOffset: |