diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2007-10-29 01:05:14 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2007-10-29 01:05:14 +0000 |
commit | 8d86b1ab29970b22aed17172bdafe0f276b0a0f5 (patch) | |
tree | c7002317d3750460779c20d49b9528275310e264 /sys | |
parent | ac69fc6e9718416435ac7ac4b8125364792f0889 (diff) |
get rid of the unused cond_predicate_t typedef.
ok miod@ deraadt@ krw@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/kern/subr_autoconf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/kern/subr_autoconf.c b/sys/kern/subr_autoconf.c index 6b57b196596..d5ad29586e6 100644 --- a/sys/kern/subr_autoconf.c +++ b/sys/kern/subr_autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: subr_autoconf.c,v 1.53 2007/09/07 15:00:20 art Exp $ */ +/* $OpenBSD: subr_autoconf.c,v 1.54 2007/10/29 01:05:13 dlg Exp $ */ /* $NetBSD: subr_autoconf.c,v 1.21 1996/04/04 06:06:18 cgd Exp $ */ /* @@ -59,8 +59,6 @@ * Autoconfiguration subroutines. */ -typedef int (*cond_predicate_t)(struct device *, void *); - /* * ioconf.c exports exactly two names: cfdata and cfroots. All system * devices and drivers are found via these tables. |