parent
2cc9690f5e
commit
dc9e6085c4
|
|
@ -83,7 +83,6 @@ Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1) const {
|
|||
(*it)->getOption().matches(Id1)) {
|
||||
Res = *it;
|
||||
Res->claim();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue