diff options
Diffstat (limited to 'kern')
-rw-r--r-- | kern/bootstrap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kern/bootstrap.c b/kern/bootstrap.c index 4d2f1cf..0fa4d2d 100644 --- a/kern/bootstrap.c +++ b/kern/bootstrap.c @@ -690,9 +690,7 @@ boot_script_exec_cmd (void *hook, task_t task, char *path, int argc, char **argv, char *strings, int stringlen) { struct multiboot_module *mod = hook; - exec_info_t boot_exec_info; - register vm_map_t user_map = current_task()->map; int err; if (task != MACH_PORT_NULL) |