1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Fix -Wcovered-switch-default warning.

llvm-svn: 296501
This commit is contained in:
Zachary Turner 2017-02-28 18:35:40 +00:00
parent 98e80aea7b
commit ce27d66c66

View File

@ -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()) {