Skip to content

Commit 4fbeb8a

Browse files
committed
remove counterReset from state
1 parent d5009bc commit 4fbeb8a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/genlib/generator_interface.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ type genState struct {
8282
// previous cardinality value cache; necessary for cardinality
8383
prevCacheCardinality map[string][]any
8484
// internal buffer pool to decrease load on GC
85-
pool sync.Pool
86-
counterReset bool
85+
pool sync.Pool
8786
}
8887

8988
func newGenState() *genState {

0 commit comments

Comments
 (0)