Skip to content

Commit

Permalink
Fix sonar issue (#29717)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu authored Jan 13, 2024
1 parent 0855189 commit 33e016c
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1451,11 +1451,6 @@ public ASTNode visitStatisticsWithClause(final StatisticsWithClauseContext ctx)
return result;
}

@Override
public ASTNode visitStatisticsOption(final StatisticsOptionContext ctx) {
return super.visitStatisticsOption(ctx);
}

@Override
public ASTNode visitSampleOption(final SampleOptionContext ctx) {
SampleOptionSegment result = new SampleOptionSegment(ctx.getStart().getStartIndex(), ctx.getStop().getStopIndex());
Expand Down

0 comments on commit 33e016c

Please sign in to comment.