summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/input.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/input.c b/src/input.c
index 177fd0a..4a9b267 100644
--- a/src/input.c
+++ b/src/input.c
@@ -67,10 +67,6 @@ MKINIT char basebuf[IBUFSIZ];	/* buffer for top level input file */
 struct parsefile *parsefile = &basepf;	/* current input file */
 int whichprompt;		/* 1 == PS1, 2 == PS2 */
 
-#ifndef SMALL
-EditLine *el;			/* cookie for editline package */
-#endif
-
 STATIC void pushfile(void);
 static int preadfd(void);
 static void setinputfd(int fd, int push);