Skip to content

Commit

Permalink
pkg/store/multitsdb.go: Remove unused struct field
Browse files Browse the repository at this point in the history
  • Loading branch information
brancz committed Apr 14, 2020
1 parent be255c0 commit 3574e2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/store/multitsdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ type seriesSetServer struct {
recv chan *storepb.Series
cur *storepb.Series

errMtx *sync.Mutex
err error
err error
}

func newSeriesSetServer(
Expand Down

0 comments on commit 3574e2f

Please sign in to comment.