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