mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-12 20:28: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);
|
||||
|
Reference in New Issue
Block a user