From 700f6d052964499426ada4bc9a1c6849653a4d33 Mon Sep 17 00:00:00 2001 From: Michael Primeaux Date: Sun, 10 Nov 2024 23:08:22 -0600 Subject: [PATCH] Update nanoid.go --- nanoid.go | 2 -- 1 file changed, 2 deletions(-) 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 }