kernel/arm: remove unused function arch_check_syscall_restart

Change-Id: I5cb8643937cf1dccfce21dbb1478b0468e99a7e8
Reviewed-on: https://review.haiku-os.org/c/haiku/+/6439
Reviewed-by: Fredrik Holmqvist <fredrik.holmqvist@gmail.com>
This commit is contained in:
David Karoly 2023-05-14 21:01:48 +02:00 committed by Fredrik Holmqvist
parent e82f2e1943
commit 191eff4135

View File

@ -343,12 +343,6 @@ arch_restore_signal_frame(struct signal_frame_data* signalFrameData)
}
void
arch_check_syscall_restart(Thread *thread)
{
}
/** Saves everything needed to restore the frame in the child fork in the
* arch_fork_arg structure to be passed to arch_restore_fork_frame().
* Also makes sure to return the right value.