Skip to content

Commit

Permalink
Update nanoid.go
Browse files Browse the repository at this point in the history
  • Loading branch information
mprimeaux authored Nov 11, 2024
1 parent c08c78e commit 700f6d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nanoid.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,6 @@ type runtimeConfig struct {
type generator struct {
config *runtimeConfig
randomBytesPool *sync.Pool
//asciiIDPool *sync.Pool
//unicodeIDPool *sync.Pool
idPool *sync.Pool
}

Expand Down

0 comments on commit 700f6d0

Please sign in to comment.