removed not-used variable

This commit is contained in:
ceriel
1988-08-19 13:40:01 +00:00
parent bcb2d9088f
commit 5a62a2d8df
3 changed files with 0 additions and 4 deletions

View File

@@ -44,7 +44,6 @@ extern char *inpfile; /* input tko compiler */
extern char *outfile; /* output from compiler */
extern char datfname[MAXFILENAME]; /* data statements file */
extern char tmpfname[MAXFILENAME]; /* temporary statements file */
extern File *emfile; /* EM output file */
extern File *datfile; /* data file */