mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
foc: remove unused function
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user