kernel/object: Remove unused handle type entry

The AddressArbiter type isn't actually used, given the arbiter itself
isn't a direct kernel object (or object that implements the wait object
facilities).

Given this, we can remove the enum entry entirely.
This commit is contained in:
Lioncash 2019-04-03 10:24:29 -04:00
parent e796351a0d
commit 7ccb0b16cd
2 changed files with 0 additions and 2 deletions

View file

@ -25,7 +25,6 @@ enum class HandleType : u32 {
TransferMemory,
Thread,
Process,
AddressArbiter,
ResourceLimit,
ClientPort,
ServerPort,