Skip to content

Commit 25ddb91

Browse files
committed
unused
1 parent e983df6 commit 25ddb91

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

client.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import (
55
"fmt"
66
"log/slog"
77
"strings"
8-
"sync"
98
"sync/atomic"
109
"time"
1110

@@ -40,8 +39,6 @@ type Client struct {
4039
log *slog.Logger
4140
offlineHandler OfflineHandler
4241
errorHandler func(handler *FlagsmithAPIError)
43-
44-
once sync.Once
4542
}
4643

4744
// Returns context with provided EvaluationContext instance set.

0 commit comments

Comments
 (0)