mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-13 04:38:20 +00:00
Use default component stack size where appropriate
This commit is contained in:
@ -17,9 +17,6 @@
|
||||
#include <hello_session/connection.h>
|
||||
|
||||
|
||||
Genode::size_t Component::stack_size() { return 64*1024; }
|
||||
|
||||
|
||||
void Component::construct(Genode::Env &env)
|
||||
{
|
||||
Hello::Connection hello(env);
|
||||
|
@ -83,9 +83,6 @@ struct Hello::Main
|
||||
};
|
||||
|
||||
|
||||
Genode::size_t Component::stack_size() { return 64*1024; }
|
||||
|
||||
|
||||
void Component::construct(Genode::Env &env)
|
||||
{
|
||||
static Hello::Main main(env);
|
||||
|
Reference in New Issue
Block a user