mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
tutorial: remove unused variable
This commit is contained in:
parent
d56454f153
commit
a3fdefa6f9
@ -172,7 +172,7 @@ parameters.
|
||||
!{
|
||||
! 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();
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user