mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Remove dead default.
llvm-svn: 148738
This commit is contained in:
parent
327773a25b
commit
eed9085fca
@ -882,7 +882,6 @@ bool Option::addOccurrence(unsigned pos, StringRef ArgName,
|
||||
case OneOrMore:
|
||||
case ZeroOrMore:
|
||||
case ConsumeAfter: break;
|
||||
default: return error("bad num occurrences flag value!");
|
||||
}
|
||||
|
||||
return handleOccurrence(pos, ArgName, Value);
|
||||
|
Loading…
x
Reference in New Issue
Block a user