summaryrefslogtreecommitdiff
path: root/ipc/ipc_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipc_table.c')
-rw-r--r--ipc/ipc_table.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/ipc/ipc_table.c b/ipc/ipc_table.c
index e572358..d5b7904 100644
--- a/ipc/ipc_table.c
+++ b/ipc/ipc_table.c
@@ -50,13 +50,6 @@ void ipc_table_fill(
unsigned int min,
vm_size_t elemsize);
-/*
- * We borrow the kalloc map, rather than creating
- * yet another submap of the kernel map.
- */
-
-extern vm_map_t kalloc_map;
-
ipc_table_size_t ipc_table_entries;
unsigned int ipc_table_entries_size = 512;