summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kconfig/conf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kconfig/conf.c b/kconfig/conf.c
index 63c7542..b0603f7 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;