diff options
Diffstat (limited to 'winsup/cygwin/devices.cc')
-rw-r--r-- | winsup/cygwin/devices.cc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/winsup/cygwin/devices.cc b/winsup/cygwin/devices.cc index 569d239e1..0bcaae0bc 100644 --- a/winsup/cygwin/devices.cc +++ b/winsup/cygwin/devices.cc @@ -43440,15 +43440,6 @@ device::parse (_dev_t dev) } void -device::tty_to_real_device () -{ - if (!real_tty_attached (myself)) - *this = myself->ctty < 0 ? dev_bad_storage : *console_dev; - else - parse (DEV_TTYS_MAJOR, myself->ctty); -} - -void device::parsedisk (int drive, int part) { int base; |