diff options
author | robert <robert@FreeBSD.org> | 2003-03-09 02:28:04 +0000 |
---|---|---|
committer | robert <robert@FreeBSD.org> | 2003-03-09 02:28:04 +0000 |
commit | cbfe8dc3bd974e5e9337382b2eb734d881784ddb (patch) | |
tree | 69a38a67df7f14cf9fbccd227c73efd1d834efe8 /usr.sbin/sysinstall/sysinstall.h | |
parent | 5fee73023197e212fd09aa55bbd138ff55c64b53 (diff) | |
download | FreeBSD-src-cbfe8dc3bd974e5e9337382b2eb734d881784ddb.zip FreeBSD-src-cbfe8dc3bd974e5e9337382b2eb734d881784ddb.tar.gz |
Remove a function prototype for `crc' and an associated comment which
were useless for at least seven years and eight months.
Diffstat (limited to 'usr.sbin/sysinstall/sysinstall.h')
-rw-r--r-- | usr.sbin/sysinstall/sysinstall.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h index d477f71..d26ef8a 100644 --- a/usr.sbin/sysinstall/sysinstall.h +++ b/usr.sbin/sysinstall/sysinstall.h @@ -533,9 +533,6 @@ extern int configSecurityExtreme(dialogMenuItem *self); extern int configSecurityModerate(dialogMenuItem *self); extern int configEtcTtys(dialogMenuItem *self); -/* crc.c */ -extern int crc(int, unsigned long *, unsigned long *); - /* devices.c */ extern DMenu *deviceCreateMenu(DMenu *menu, DeviceType type, int (*hook)(dialogMenuItem *d), int (*check)(dialogMenuItem *d)); |