mirror of
https://github.com/moby/moby.git
synced 2026-07-14 03:21:18 +00:00
It was unnecessary; access to the variable was synchronized through a mutex in all cases but one, where synchonizing through the mutex would work just fine without any chance of deadlocks. Signed-off-by: Cory Snider <csnider@mirantis.com>