mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 10:01:57 +00:00
L4lx: eliminate needless Dataspace_client declaration.
This commit is contained in:
parent
84512869ed
commit
62e0dd579e
@ -42,8 +42,6 @@ Region* Region_manager::find_region(Genode::addr_t *addr, Genode::size_t *size)
|
||||
|
||||
void* Region_manager::attach(Genode::Dataspace_capability cap, const char* name)
|
||||
{
|
||||
Genode::Dataspace_client dsc(cap);
|
||||
|
||||
/* Put it in the dataspace tree */
|
||||
L4lx::Dataspace *ds =
|
||||
L4lx::Env::env()->dataspaces()->insert(name, cap);
|
||||
|
Loading…
x
Reference in New Issue
Block a user