diff options
Diffstat (limited to 'winsup/cygwin/devices.cc')
-rw-r--r-- | winsup/cygwin/devices.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/devices.cc b/winsup/cygwin/devices.cc index e2819c1..b0193d0 100644 --- a/winsup/cygwin/devices.cc +++ b/winsup/cygwin/devices.cc @@ -14822,8 +14822,6 @@ device::parse (const char *s) if (!dev) *this = *fs_dev; - else if (dev->devn == FH_TTY) - tty_to_real_device (); else *this = *dev; } |