diff options
-rw-r--r-- | lib/Driver/ArgList.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Driver/ArgList.cpp b/lib/Driver/ArgList.cpp index 84fae6ad69..0058245203 100644 --- a/lib/Driver/ArgList.cpp +++ b/lib/Driver/ArgList.cpp @@ -83,7 +83,6 @@ Arg *ArgList::getLastArg(OptSpecifier Id0, OptSpecifier Id1) const { (*it)->getOption().matches(Id1)) { Res = *it; Res->claim(); - } } |