mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-14 04:29:18 +08:00
Delete unused file
This commit is contained in:
parent
58710353b8
commit
1d42ceb11e
@ -1,14 +0,0 @@
|
|||||||
|
|
||||||
|
|
||||||
#include <err.h>
|
|
||||||
|
|
||||||
rtems_shell_globals_t *rtems_shell_globals;
|
|
||||||
|
|
||||||
void
|
|
||||||
rtems_shell_exit (int code)
|
|
||||||
{
|
|
||||||
rtems_shell_globals->exit_code = code;
|
|
||||||
longjmp (rtems_shell_globals->exit_jmp, 1);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user