[llvm-readobj] unwrapOrError: remove unnecessary llvm_unreachable after r369194

llvm-svn: 369254
This commit is contained in:
Fangrui Song 2019-08-19 12:18:18 +00:00
parent b21a3654f0
commit 6520ba3e94
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ namespace llvm {
if (EO)
return *EO;
reportError(EO.takeError(), Input);
llvm_unreachable("reportError shouldn't return in this case");
}
} // namespace llvm