mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-05 00:59:19 +00:00
Remove dead default.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148738 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f2d213745e
commit
d0278d529b
@ -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