Remove unnecessary declarations.

pull/3116/head
Nicholas Marriott 2022-03-07 15:21:39 +00:00
parent 7eff2fe780
commit 54d2249716
1 changed files with 0 additions and 3 deletions

View File

@ -35,9 +35,6 @@
((p)->p_stat == SSTOP || (p)->p_stat == SZOMB)
struct kinfo_proc2 *cmp_procs(struct kinfo_proc2 *, struct kinfo_proc2 *);
char *osdep_get_name(int, char *);
char *osdep_get_cwd(int);
struct event_base *osdep_event_init(void);
struct kinfo_proc2 *
cmp_procs(struct kinfo_proc2 *p1, struct kinfo_proc2 *p2)