From: Charles Hannum Date: Thu, 25 Jun 1992 10:49:13 +0000 (+0000) Subject: entered into RCS X-Git-Tag: misc/cutover-egcs-0~12647 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cca064d7c8efc23375cb4ac6cc6d85234101450;p=thirdparty%2Fgcc.git entered into RCS From-SVN: r1284 --- diff --git a/gcc/input.h b/gcc/input.h index 9d238dcfdaaf..8c326f9e6a75 100644 --- a/gcc/input.h +++ b/gcc/input.h @@ -15,10 +15,6 @@ struct file_stack char *name; struct file_stack *next; int line; - /* This is for front ends that do include processing - internally rather than having a preprocessor do it. - Modula 2 needs this. */ - FILE *fd; }; /* Stack of currently pending input files.