(empfile): Member itemoffs is unused since file.c rev. 1.15; remove.
This commit is contained in:
parent
09b0b83971
commit
ff8c7c249a
2 changed files with 16 additions and 17 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue