mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 14:13:58 +08:00
dd9fda7d60
Since Wait returns an ExitError if process' exit status is not 0, checking process status is redundant and this code is never reached. Remove it. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>