Skip to content

Commit 924df45

Browse files
committed
roll back
1 parent d456b4d commit 924df45

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

row/pool.go

-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,4 @@ func init() {
1313
return NewRow()
1414
},
1515
}
16-
for i := 0; i < 100000; i++ {
17-
RowPool.Put(NewRow())
18-
}
1916
}

0 commit comments

Comments
 (0)