Removed unused structure member.

git-svn-id: svn://svn.code.sf.net/p/ctags/code/trunk@769 c5d04d22-be80-434c-894e-aa346cc9e8e8
This commit is contained in:
dhiebert 2010-09-11 21:00:16 +00:00
parent 7626d9de2a
commit 2d7762e94a
2 changed files with 0 additions and 2 deletions

1
read.c
View File

@ -271,7 +271,6 @@ extern boolean fileOpen (const char *const fileName, const langType language)
fgetpos (File.fp, &StartOfLine);
fgetpos (File.fp, &File.filePosition);
File.currentLine = NULL;
File.language = language;
File.lineNumber = 0L;
File.eof = FALSE;
File.newLine = TRUE;

1
read.h
View File

@ -77,7 +77,6 @@ typedef struct sInputFile {
int ungetch; /* a single character that was ungotten */
boolean eof; /* have we reached the end of file? */
boolean newLine; /* will the next character begin a new line? */
langType language; /* language of input file */
/* Contains data pertaining to the original source file in which the tag
* was defined. This may be different from the input file when #line