summaryrefslogtreecommitdiffstats
path: root/bin/sh/input.c
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2012-11-14 14:08:24 +0000
committerjilles <jilles@FreeBSD.org>2012-11-14 14:08:24 +0000
commitbba3ac5a32811ce812685e91b3cdef2d908884a4 (patch)
treec417aa83147ca16e06edfc46b8338d3e88bbe41c /bin/sh/input.c
parentf56ade0026fbd8c5164553c2f080c7688457d58e (diff)
downloadFreeBSD-src-bba3ac5a32811ce812685e91b3cdef2d908884a4.zip
FreeBSD-src-bba3ac5a32811ce812685e91b3cdef2d908884a4.tar.gz
sh: Remove an unused variable.
Diffstat (limited to 'bin/sh/input.c')
-rw-r--r--bin/sh/input.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/sh/input.c b/bin/sh/input.c
index b1f0475..2005a87 100644
--- a/bin/sh/input.c
+++ b/bin/sh/input.c
@@ -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 */
OpenPOWER on IntegriCloud