summaryrefslogtreecommitdiffstats
path: root/bin/sh/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/options.c')
-rw-r--r--bin/sh/options.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/bin/sh/options.c b/bin/sh/options.c
index 389e555..de1f3ff 100644
--- a/bin/sh/options.c
+++ b/bin/sh/options.c
@@ -304,21 +304,6 @@ setoption(int flag, int val)
}
-
-#ifdef mkinit
-INCLUDE "options.h"
-
-SHELLPROC {
- int i;
-
- for (i = 0; i < NOPTS; i++)
- optlist[i].val = 0;
- optschanged();
-
-}
-#endif
-
-
/*
* Set the shell parameters.
*/
OpenPOWER on IntegriCloud