summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--proc/proc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/proc/proc.h b/proc/proc.h
index 80f83973..5615f77b 100644
--- a/proc/proc.h
+++ b/proc/proc.h
@@ -161,8 +161,6 @@ int check_uid (struct proc *, uid_t);
int check_owner (struct proc *, struct proc *);
void addalltasks (void);
void prociterate (void (*)(struct proc *, void *), void *);
-void count_up (void *);
-void store_pid (void *);
void free_process (struct proc *);
void panic (char *);
int valid_task (task_t);