(fileinit): Invalid cast sct_init(); a call couldn't possibly work.

Luckily, it isn't called.  Remove.
(ef_fileinit): Unused, remove.
This commit is contained in:
Markus Armbruster 2004-03-03 10:17:53 +00:00
parent 42290db8c8
commit 08e182e132
2 changed files with 1 additions and 3 deletions

View file

@ -81,8 +81,6 @@ struct empfile {
#define EF_NMAP 222 /* Kinda bogus, but used to describe a newdesmap
instead of bmap or map. */
typedef void (*ef_fileinit) (int, s_char *);
struct fileinit {
void (*init) (int, s_char *);
int (*postread) (int, s_char *);