diff --git a/nanoid.go b/nanoid.go index 0412755..4af0e65 100644 --- a/nanoid.go +++ b/nanoid.go @@ -208,8 +208,6 @@ type runtimeConfig struct { type generator struct { config *runtimeConfig randomBytesPool *sync.Pool - //asciiIDPool *sync.Pool - //unicodeIDPool *sync.Pool idPool *sync.Pool }