diff options
Diffstat (limited to '')
-rw-r--r-- | src/input.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/input.c b/src/input.c index aa5dcfc..232bb9c 100644 --- a/src/input.c +++ b/src/input.c @@ -58,10 +58,6 @@ #include "myhistedit.h" #endif -#ifdef HETIO -#include "hetio.h" -#endif - #define EOF_NLEFT -99 /* value of parsenleft when EOF pushed back */ #define IBUFSIZ (BUFSIZ + 1) @@ -188,11 +184,6 @@ retry: } else #endif - -#ifdef HETIO - nr = hetio_read_input(parsefile->fd); - if (nr == -255) -#endif nr = read(parsefile->fd, buf, IBUFSIZ - 1); |