aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/object.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-04-03 10:24:29 -0400
committerLioncash <mathew1800@gmail.com>2019-04-03 10:24:32 -0400
commit7ccb0b16cdea32f80fac268fb624432d214947f3 (patch)
treebd1658e4bfff792cc53d11eff9fa7eaa24461801 /src/core/hle/kernel/object.h
parente796351a0de70d75993e326b8828229416216d91 (diff)
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.
Diffstat (limited to 'src/core/hle/kernel/object.h')
-rw-r--r--src/core/hle/kernel/object.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/kernel/object.h b/src/core/hle/kernel/object.h
index 3f6baa094..332876c27 100644
--- a/src/core/hle/kernel/object.h
+++ b/src/core/hle/kernel/object.h
@@ -25,7 +25,6 @@ enum class HandleType : u32 {
TransferMemory,
Thread,
Process,
- AddressArbiter,
ResourceLimit,
ClientPort,
ServerPort,