Remove a function prototype for `crc' and an associated comment which
were useless for at least seven years and eight months.
This commit is contained in:
parent
39d561b5a5
commit
47469b9f5c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112017
@ -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));
|
||||
|
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user