Skip to content

Commit

Permalink
Fix Codecov warning (remove CrossCoreEmbeddedStudioParser(pattern)
Browse files Browse the repository at this point in the history
…function
  • Loading branch information
arthur-devialet committed Jul 31, 2023
1 parent 0de0d8b commit 8b0ba86
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ public CrossCoreEmbeddedStudioParser() {
super(CCES_WARNING_PATTERN);
}

CrossCoreEmbeddedStudioParser(final String pattern) {
super(pattern);
}

@Override
protected Optional<Issue> createIssue(final Matcher matcher, final LookaheadStream lookahead,
final IssueBuilder builder) {
Expand Down

0 comments on commit 8b0ba86

Please sign in to comment.