mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 19:34:56 +00:00
foc: remove unused function
This commit is contained in:
parent
831c8d8e2d
commit
31631c8303
@ -234,10 +234,3 @@ void Genode::Capability_map::remove(Genode::Cap_index* i)
|
||||
cap_idx_alloc()->free(i, 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Genode::Cap_index_allocator* cap_idx_alloc()
|
||||
{
|
||||
static Genode::Cap_index_allocator_tpl<Core_cap_index, 20*1024> _alloc;
|
||||
return &_alloc;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user