=================================================================== RCS file: /cvs/cvs/blind/config.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- blind/config.h 2022/03/29 21:23:50 1.4 +++ blind/config.h 2022/03/29 22:16:46 1.5 @@ -17,16 +17,6 @@ #ifndef CONFIG_H #define CONFIG_H -static struct file { - FILE *stream; - char *name; - size_t ungetpos; - size_t ungetsize; - u_char *ungetbuf; - int eof_reached; - int lineno; -} *f; - struct blind * config_init(void); int config_perm(int, const char *);