Skip to content

Commit

Permalink
remove throttlerapp ref
Browse files Browse the repository at this point in the history
Signed-off-by: Priya Bibra <[email protected]>
  • Loading branch information
pbibra committed Sep 20, 2023
1 parent e728537 commit 4c8720f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions go/vt/vttablet/tabletserver/vstreamer/uvstreamer.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ import (
"vitess.io/vitess/go/vt/sqlparser"
"vitess.io/vitess/go/vt/vterrors"
"vitess.io/vitess/go/vt/vttablet/tabletserver/schema"
"vitess.io/vitess/go/vt/vttablet/tabletserver/throttle/throttlerapp"
)

var uvstreamerTestMode = false // Only used for testing
Expand All @@ -63,7 +62,6 @@ type uvstreamer struct {
inTransaction bool
filter *binlogdatapb.Filter
inTablePKs []*binlogdatapb.TableLastPK
throttlerApp throttlerapp.Name

vschema *localVSchema

Expand Down

0 comments on commit 4c8720f

Please sign in to comment.