(empfile): Member itemoffs is unused since file.c rev. 1.15; remove.

This commit is contained in:
Markus Armbruster 2005-09-30 20:02:57 +00:00
parent 09b0b83971
commit ff8c7c249a
2 changed files with 16 additions and 17 deletions

View file

@ -45,7 +45,6 @@ struct empfile {
void (*init) (int, char *); /* call this when object is created */
int (*postread) (int, char *); /* specific massage routines for items */
int (*prewrite) (int, char *);
ptrdiff_t itemoffs; /* offset of item[] in struct */
int fd; /* file descriptor */
int baseid; /* starting item in cache */
int cids; /* # ids in cache */