base: remove destroy_signal_thread function

With the removal of the 'Entrypoint::schedule_suspend' mechanism, this
function is no longer called.

Issue #4940
This commit is contained in:
Norman Feske
2023-06-29 14:31:19 +02:00
parent 4193279560
commit f9bb7246ef
5 changed files with 0 additions and 12 deletions

View File

@ -197,7 +197,6 @@ class Core_child : public Child_policy
*/
void Genode::init_signal_thread(Env &) { }
void Genode::destroy_signal_thread() { }
/*******************