mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
99ddc1be16
It is assumed that m.config is not nil, so these checks are redundant (in case it is nil, NewManager panics and this code is unreachable). Note that cgroups/manager.New checks that config is not nil. Remove them. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>