mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-13 04:38:20 +00:00
tutorial: remove unused variable
This commit is contained in:
committed by
Christian Helmuth
parent
d56454f153
commit
a3fdefa6f9
@ -42,7 +42,7 @@ class Hello::Root_component
|
||||
{
|
||||
protected:
|
||||
|
||||
Session_component *_create_session(const char *args)
|
||||
Session_component *_create_session(const char *)
|
||||
{
|
||||
Genode::log("creating hello session");
|
||||
return new (md_alloc()) Session_component();
|
||||
|
Reference in New Issue
Block a user