mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
Removed unused variables.
This commit is contained in:
@@ -22,7 +22,7 @@ namespace Hello { struct Connection; }
|
||||
|
||||
struct Hello::Connection : Genode::Connection<Session>, Session_client
|
||||
{
|
||||
Connection(Genode::Env &env, unsigned short id)
|
||||
Connection(Genode::Env &env)
|
||||
: /* create session */
|
||||
Genode::Connection<Hello::Session>(env, session(env.parent(),
|
||||
"ram_quota=6K, cap_quota=4")),
|
||||
|
||||
@@ -24,8 +24,6 @@ struct Hello::Session : Genode::Session
|
||||
{
|
||||
static const char *service_name() { return "Hello"; }
|
||||
|
||||
unsigned short _id;
|
||||
|
||||
enum { CAP_QUOTA = 2 };
|
||||
|
||||
virtual void say_hello() = 0;
|
||||
|
||||
Reference in New Issue
Block a user