diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2016-09-17 14:56:13 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2016-09-17 14:56:13 +0000 |
commit | ec9109535ba4e4a92459818ecea88edab6892e55 (patch) | |
tree | 44ae6021dcb61c6a6e7c9bd3130892879f251c97 | |
parent | 914ebe65b1d9e40af46b0332c50478b9ed6daa5b (diff) |
garbage collect dead prototype
ok kettenis@ mpi@
-rw-r--r-- | sys/sys/systm.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/systm.h b/sys/sys/systm.h index 36a2e83fd22..b68b6a85521 100644 --- a/sys/sys/systm.h +++ b/sys/sys/systm.h @@ -1,4 +1,4 @@ -/* $OpenBSD: systm.h,v 1.117 2016/09/13 08:32:44 mpi Exp $ */ +/* $OpenBSD: systm.h,v 1.118 2016/09/17 14:56:12 jasper Exp $ */ /* $NetBSD: systm.h,v 1.50 1996/06/09 04:55:09 briggs Exp $ */ /*- @@ -308,7 +308,6 @@ extern int (*mountroot)(void); #if defined(DDB) || defined(KGDB) /* debugger entry points */ void Debugger(void); /* in DDB only */ -int read_symtab_from_file(struct proc *,struct vnode *,const char *); #endif #ifdef BOOT_CONFIG |