Skip to content

Commit 00273f5

Browse files
committed
Strip superflous comment
1 parent bbbac49 commit 00273f5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

flang/lib/Frontend/CompilerInvocation.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -603,8 +603,6 @@ static bool parseFrontendArgs(FrontendOptions &opts, llvm::opt::ArgList &args,
603603
os << ", ";
604604
os << "'" << arg->getSpelling() << "'";
605605
}
606-
// The diagnostics engine will add single quotes around the argument to the
607-
// error message. Strip the leading and trailing quote from here.
608606
diags.Report(clang::diag::err_drv_too_many_actions) << buf;
609607
return false;
610608
}

0 commit comments

Comments
 (0)