mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
index on f-dyn-server-list: bd38cb4 Remove unused code
This commit is contained in:
@@ -410,7 +410,7 @@ func (c *Syncer) RunHandlers() {
|
||||
handlers[name] = fn
|
||||
}
|
||||
c.periodicLock.RUnlock()
|
||||
for name, fn := range handlers {
|
||||
for _, fn := range handlers {
|
||||
fn()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user