mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
sh: Remove an unused variable.
This commit is contained in:
parent
affc0185d1
commit
22bec20ba9
2 changed files with 0 additions and 2 deletions
|
|
@ -99,7 +99,6 @@ char *parsenextc; /* copy of parsefile->nextc */
|
|||
MKINIT struct parsefile basepf; /* top level input file */
|
||||
char basebuf[BUFSIZ + 1]; /* buffer for top level input file */
|
||||
static struct parsefile *parsefile = &basepf; /* current input file */
|
||||
int init_editline = 0; /* editline library initialized? */
|
||||
int whichprompt; /* 1 == PS1, 2 == PS2 */
|
||||
|
||||
EditLine *el; /* cookie for editline package */
|
||||
|
|
|
|||
|
|
@ -43,7 +43,6 @@
|
|||
extern int plinno;
|
||||
extern int parsenleft; /* number of characters left in input buffer */
|
||||
extern char *parsenextc; /* next character in input buffer */
|
||||
extern int init_editline; /* 0 == not setup, 1 == OK, -1 == failed */
|
||||
|
||||
struct alias;
|
||||
struct parsefile;
|
||||
|
|
|
|||
Loading…
Reference in a new issue