Skip to content

Commit

Permalink
Remove unused const
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <[email protected]>
  • Loading branch information
timvaillancourt committed Nov 4, 2023
1 parent 14ddbc8 commit 9c36250
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion go/vt/vttablet/tabletserver/query_executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ type QueryExecutor struct {

const (
streamRowsSize = 256
queryTimeoutMethodMySQL = "mysql"
queryTimeoutMysqlMaxWait = time.Second
)

Expand Down

0 comments on commit 9c36250

Please sign in to comment.