base: remove entrypoint.cc from core

Since component.cc is no longer linked to core, we can also remove
entrypoint.cc, which was merely a dependency of component.cc.

Related to issue #4784
This commit is contained in:
Norman Feske
2023-06-29 12:41:28 +02:00
parent 13e0710d20
commit 4193279560
5 changed files with 9 additions and 7 deletions

View File

@ -221,10 +221,6 @@ namespace Genode {
}
/* expected by entrypoint.cc */
Genode::size_t Component::stack_size() { return 64*1024; }
void Genode::bootstrap_component(Genode::Platform &)
{
init_exception_handling(*core_env().pd_session(), core_env().local_rm());