Remove unreachable `return`. NFC.

llvm-svn: 278096
This commit is contained in:
Rui Ueyama 2016-08-09 04:50:26 +00:00
parent 1034c9e342
commit edc521f192
1 changed files with 0 additions and 1 deletions

View File

@ -913,7 +913,6 @@ static uint64_t getSectionSize(StringRef Name) {
default:
llvm_unreachable("unsupported target");
}
return 0;
}
SymbolAssignment *ScriptParser::readAssignment(StringRef Name) {