summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/lib/DebugInfo/MSF/BinaryStreamError.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/DebugInfo/MSF/BinaryStreamError.cpp b/llvm/lib/DebugInfo/MSF/BinaryStreamError.cpp
index 2f299dc5b5e..097a59e768b 100644
--- a/llvm/lib/DebugInfo/MSF/BinaryStreamError.cpp
+++ b/llvm/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()) {
OpenPOWER on IntegriCloud