diff options
author | imp <imp@FreeBSD.org> | 2003-10-23 04:53:33 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2003-10-23 04:53:33 +0000 |
commit | 98808f99c2c6c7ae96052b60ca480529e29d51e6 (patch) | |
tree | 213b973392b497d7b2dd387e2b9eb0e221303322 /sys/dev/vx | |
parent | 37e75337c216a795f08b7a14813246f8affa83a0 (diff) | |
download | FreeBSD-src-98808f99c2c6c7ae96052b60ca480529e29d51e6.zip FreeBSD-src-98808f99c2c6c7ae96052b60ca480529e29d51e6.tar.gz |
more unused item cleanup
Diffstat (limited to 'sys/dev/vx')
-rw-r--r-- | sys/dev/vx/if_vxreg.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/vx/if_vxreg.h b/sys/dev/vx/if_vxreg.h index a6a95cd..c57e9f8 100644 --- a/sys/dev/vx/if_vxreg.h +++ b/sys/dev/vx/if_vxreg.h @@ -461,9 +461,7 @@ struct vx_softc { #define VX_CONNECTORS 8 -extern struct vx_softc *vx_softc[]; extern u_long vx_count; -extern struct vx_softc *vxalloc(int); extern void vxfree(struct vx_softc *); extern int vxattach(struct vx_softc *); extern void vxstop(struct vx_softc *); |