Remove duplicate extern declarations after r264573.

Makes things compile better.

Someone submit to:	OpenBSD
MFC after:		13 days
X-MFC with:		r264573
This commit is contained in:
Bjoern A. Zeeb 2014-04-17 13:57:37 +00:00
parent 0ef79eac83
commit 107074dfec

View File

@ -35,8 +35,6 @@ void tstpcont(int);
unsigned char bc_eof(EditLine *, int);
extern int lineno;
extern char *yytext;
extern FILE *yyin;
extern int fileindex;
extern int sargc;
extern const char **sargv;
@ -47,4 +45,3 @@ extern History *hist;
extern HistEvent he;
extern char *cmdexpr;
extern struct termios ttysaved;
extern bool interactive;