diff options
author | Christopher Faylor <me@cgf.cx> | 2008-06-12 14:55:08 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2008-06-12 14:55:08 +0000 |
commit | a7e0bc7bbe3888fe35bab1e54196951918fb63fe (patch) | |
tree | 7d275ecbef7ef8df552e28a210689aaf9201047b /winsup | |
parent | 345be70ea2ff8c7bed86f96ee6fcd2228dbbdd6a (diff) | |
download | cygnal-a7e0bc7bbe3888fe35bab1e54196951918fb63fe.tar.gz cygnal-a7e0bc7bbe3888fe35bab1e54196951918fb63fe.tar.bz2 cygnal-a7e0bc7bbe3888fe35bab1e54196951918fb63fe.zip |
remove obsolete comment
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/fhandler_console.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_console.cc b/winsup/cygwin/fhandler_console.cc index bd4c6da50..579598a26 100644 --- a/winsup/cygwin/fhandler_console.cc +++ b/winsup/cygwin/fhandler_console.cc @@ -140,7 +140,6 @@ set_console_state_for_spawn (bool iscyg) if (shared_console_info != NULL) { - /* ACK. Temporarily define for use in TTYSETF macro */ SetConsoleMode (h, ENABLE_LINE_INPUT | ENABLE_ECHO_INPUT | ENABLE_PROCESSED_INPUT); shared_console_info->tty_min_state.rstcons (true); } |