diff options
Diffstat (limited to 'ipc/ipc_hash.c')
-rw-r--r-- | ipc/ipc_hash.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ipc/ipc_hash.c b/ipc/ipc_hash.c index ce720c7..c241289 100644 --- a/ipc/ipc_hash.c +++ b/ipc/ipc_hash.c @@ -136,8 +136,6 @@ ipc_hash_delete( * Within each bucket, move-to-front is used. */ -typedef natural_t ipc_hash_index_t; - ipc_hash_index_t ipc_hash_global_size; ipc_hash_index_t ipc_hash_global_mask; |