diff options
Diffstat (limited to 'proc')
-rw-r--r-- | proc/info.c | 2 | ||||
-rw-r--r-- | proc/main.c | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/proc/info.c b/proc/info.c index 6ab9f3fa..0c77c622 100644 --- a/proc/info.c +++ b/proc/info.c @@ -868,8 +868,6 @@ S_proc_getloginpids (struct proc *callerp, /* Relay it to the Subhurd's proc server (if any). */ error_t err; pid_t pid_sub; - pid_t leader_sub; - task_t leader_task; /* Release global lock while talking to the other proc server. */ pthread_mutex_unlock (&global_lock); diff --git a/proc/main.c b/proc/main.c index 0a6f9916..371e0461 100644 --- a/proc/main.c +++ b/proc/main.c @@ -157,7 +157,6 @@ main (int argc, char **argv, char **envp) void *genport; process_t startup_port; mach_port_t startup; - char **original_argv; struct argp argp = { options, parse_opt, 0, "Hurd process server" }; argp_parse (&argp, argc, argv, 0, 0, 0); |