Skip to content

Commit

Permalink
tree: DROP ROLE should not implement CCLOnlyStatement
Browse files Browse the repository at this point in the history
This was moved out of CCL licensing a few releases ago.

Release note: None
  • Loading branch information
rafiss committed Jun 29, 2022
1 parent dc5a394 commit 05d697a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/sql/sem/tree/stmt.go
Original file line number Diff line number Diff line change
Expand Up @@ -842,8 +842,6 @@ func (*DropRole) StatementType() StatementType { return TypeDDL }
// StatementTag returns a short string identifying the type of statement.
func (*DropRole) StatementTag() string { return "DROP ROLE" }

func (*DropRole) cclOnlyStatement() {}

func (*DropRole) hiddenFromShowQueries() {}

// StatementReturnType implements the Statement interface.
Expand Down

0 comments on commit 05d697a

Please sign in to comment.