removed unreachable code

This commit is contained in:
Jan S 2014-05-09 23:45:07 +02:00
parent 350e34f924
commit e7cf6bf745

View File

@ -74,8 +74,6 @@ int reboot_arch(int mode)
} }
errx(EXIT_FAILURE, "reboot: this should not have been reached"); errx(EXIT_FAILURE, "reboot: this should not have been reached");
return -1;
} }
/** /**