1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 15:03:53 +01:00

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");
return -1;
}
/**