Skip to content

Commit

Permalink
Merge pull request #281 from databendlabs/fix/clean-up-code
Browse files Browse the repository at this point in the history
fix: clean up no usage code
  • Loading branch information
hantmac authored Nov 19, 2024
2 parents 044b5d1 + fd719d6 commit cc10886
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,12 +250,6 @@ public MaxRowsPerPage() {
}
}

private static class RouteHint
extends AbstractConnectionProperty<String> {
public RouteHint() {
super("route_hint", NOT_REQUIRED, ALLOWED, STRING_CONVERTER);
}
}

static {
ImmutableMap.Builder<String, String> defaults = ImmutableMap.builder();
Expand Down

0 comments on commit cc10886

Please sign in to comment.