diff --git a/src/kernel/libroot/posix/stdlib/exit.c b/src/kernel/libroot/posix/stdlib/exit.c index 057ef03525..87e08efb06 100644 --- a/src/kernel/libroot/posix/stdlib/exit.c +++ b/src/kernel/libroot/posix/stdlib/exit.c @@ -33,9 +33,6 @@ static int _Exit_SP = 0; void abort() { - // ToDo: uncomment the raise() call once it is implemented - - //raise(SIGABRT); exit(EXIT_FAILURE); }