diff options
-rw-r--r-- | kconfig/conf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kconfig/conf.c b/kconfig/conf.c index 63c75426..b0603f77 100644 --- a/kconfig/conf.c +++ b/kconfig/conf.c @@ -503,7 +503,6 @@ int main(int ac, char **av) break; case 's': input_mode = ask_silent; - valid_stdin = isatty(0) && isatty(1) && isatty(2); break; case 'd': input_mode = set_default; |