Use default component stack size where appropriate

This commit is contained in:
Christian Helmuth
2016-11-28 15:13:14 +01:00
parent 7eabe482b6
commit 53271d8c5f
89 changed files with 95 additions and 306 deletions

View File

@ -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);

View File

@ -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);