diff options
Diffstat (limited to '')
-rw-r--r-- | src/main.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/main.c b/src/main.c index 985e8c4..bedb663 100644 --- a/src/main.c +++ b/src/main.c @@ -60,10 +60,6 @@ #include "exec.h" #include "cd.h" -#ifdef HETIO -#include "hetio.h" -#endif - #define PROFILE 0 int rootpid; @@ -206,10 +202,6 @@ cmdloop(int top) int numeof = 0; TRACE(("cmdloop(%d) called\n", top)); -#ifdef HETIO - if(iflag && top) - hetio_init(); -#endif for (;;) { int skip; |