Skip to content

Commit

Permalink
Fix merge error of previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanEngelen committed Jun 1, 2023
1 parent f29ddd7 commit a1a19fd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions driver/cl_options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,6 @@ static cl::opt<unsigned, true> errorLimit(
"verrors", cl::ZeroOrMore, cl::location(global.params.errorLimit),
cl::desc("Limit the number of error messages (0 means unlimited)"));

static cl::opt<unsigned, true> errorSupplementLimit(
"verror-supplements", cl::ZeroOrMore, cl::location(global.params.errorSupplementLimit),
cl::desc("Limit the number of supplemental messages for each error (0 means unlimited)"));

static cl::opt<bool, true>
showGaggedErrors("verrors-spec", cl::ZeroOrMore,
cl::location(global.params.showGaggedErrors),
Expand Down

0 comments on commit a1a19fd

Please sign in to comment.