criu: Remove unnecessary return after _exit()
Since _exit() will terminate, the return statement is dead code. Also,
returning -1 from a function with bool as return type is confusing.
Detected with cppcheck.
Signed-off-by:
Rikard Falkeborn <rikard.falkeborn@gmail.com>
Showing
Please
register
or
sign in
to comment