aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/devices.in
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/devices.in')
-rw-r--r--winsup/cygwin/devices.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/devices.in b/winsup/cygwin/devices.in
index 95ac5f3..b55418f 100644
--- a/winsup/cygwin/devices.in
+++ b/winsup/cygwin/devices.in
@@ -86,8 +86,6 @@ device::parse (const char *s)
if (!dev)
*this = *fs_dev;
- else if (dev->devn == FH_TTY)
- tty_to_real_device ();
else
*this = *dev;
}