foc: remove unused function

This commit is contained in:
Christian Helmuth 2016-12-01 14:42:22 +01:00
parent 831c8d8e2d
commit 31631c8303

View File

@ -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;
}