diff options
Diffstat (limited to 'static_pool.go')
-rwxr-xr-x | static_pool.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/static_pool.go b/static_pool.go index 2337b2fd..be7ad6e3 100755 --- a/static_pool.go +++ b/static_pool.go @@ -4,7 +4,6 @@ import ( "context" "fmt" "os/exec" - "sync" "github.com/spiral/roadrunner/v2/errors" "github.com/spiral/roadrunner/v2/util" @@ -28,9 +27,6 @@ type StaticPool struct { // distributes the events events *util.EventHandler - // protects state of worker list, does not affect allocation - muw sync.RWMutex - // manages worker states and TTLs ww *workerWatcher } |