diff --git a/lib/DebugInfo/MSF/BinaryStreamError.cpp b/lib/DebugInfo/MSF/BinaryStreamError.cpp index 2f299dc5b5e..097a59e768b 100644 --- a/lib/DebugInfo/MSF/BinaryStreamError.cpp +++ b/lib/DebugInfo/MSF/BinaryStreamError.cpp @@ -39,8 +39,6 @@ BinaryStreamError::BinaryStreamError(stream_error_code C, StringRef Context) case stream_error_code::filesystem_error: ErrMsg += "An I/O error occurred on the file system."; break; - default: - llvm_unreachable("Unreachable!"); } if (!Context.empty()) {