mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-21 00:23:16 +00:00
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:
@ -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());
|
||||
|
Reference in New Issue
Block a user