Skip to content

Commit 5e9fb91

Browse files
committed
remove unused poolOnce
1 parent 8cafa89 commit 5e9fb91

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pkg/environment/environment.go

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import (
55
"os"
66
"slices"
77
"strconv"
8-
"sync"
98

109
"github.com/pkg/errors"
1110
"github.com/rs/zerolog/log"
@@ -126,9 +125,9 @@ const (
126125
)
127126

128127
var (
129-
pool substrate.Manager
130-
subURLs []string
131-
poolOnce sync.Once
128+
pool substrate.Manager
129+
subURLs []string
130+
// poolOnce sync.Once
132131

133132
envDev = Environment{
134133
RunningMode: RunningDev,

0 commit comments

Comments
 (0)