Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: srlch <[email protected]>
  • Loading branch information
srlch committed Dec 30, 2024
1 parent 0f400f3 commit 0891fe8
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -430,10 +430,6 @@ default R visitAdminSetAutomatedSnapshotStatement(AdminSetAutomatedSnapshotStmt
return visitDDLStatement(clause, context);
}

default R visitAdminSetAutomatedSnapshotStatement(AdminSetOffAutomatedSnapshotStmt clause, C context) {
return visitDDLStatement(clause, context);
}

default R visitAdminSetOffAutomatedSnapshotStatement(AdminSetOffAutomatedSnapshotStmt clause, C context) {
return visitDDLStatement(clause, context);
}
Expand Down

0 comments on commit 0891fe8

Please sign in to comment.