diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ash.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c index bfbd60d..dc50bc1 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -10148,7 +10148,6 @@ setoption(int flag, int val) /* NOTREACHED */ } static int - options(int cmdline) { char *p; |