summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/devices.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-05-19 05:43:55 +0000
committerChristopher Faylor <me@cgf.cx>2005-05-19 05:43:55 +0000
commit969d6089ced1f8d406b2abbafad3d8091fa121cc (patch)
tree3f7c3daeba96f1e69d22910cbfb0df9b55d0f5f8 /winsup/cygwin/devices.h
parentbfcec8f1d80df02eff04e91415dcd3f81e7cace2 (diff)
downloadcygnal-969d6089ced1f8d406b2abbafad3d8091fa121cc.tar.gz
cygnal-969d6089ced1f8d406b2abbafad3d8091fa121cc.tar.bz2
cygnal-969d6089ced1f8d406b2abbafad3d8091fa121cc.zip
* fhandler.h (fhandler_cygdrive::seekdir): Delete declaration.
(fhandler_cygdrive::seekdir): Delete. * fhandler.h (fhandler_cygdrive::iscygdrive_root): Delete method. (fhandler_cygdrive::telldir): Delete declaration. * fhandler_disk_file.cc: Remove all uses of fhandler_cygdrive::iscygdrive_root. (fhandler_disk_file::mkdir): New method. (fhandler_disk_file::rmdir): Ditto. (fhandler_cygdrive::telldir): Delete.
Diffstat (limited to 'winsup/cygwin/devices.h')
-rw-r--r--winsup/cygwin/devices.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/devices.h b/winsup/cygwin/devices.h
index b98099bd4..b1fac1878 100644
--- a/winsup/cygwin/devices.h
+++ b/winsup/cygwin/devices.h
@@ -106,8 +106,6 @@ enum fh_devices
DEV_CYGDRIVE_MAJOR = 98,
FH_CYGDRIVE= FHDEV (DEV_CYGDRIVE_MAJOR, 0),
- FH_CYGDRIVE_A= FHDEV (DEV_CYGDRIVE_MAJOR, 'a'),
- FH_CYGDRIVE_Z= FHDEV (DEV_CYGDRIVE_MAJOR, 'z'),
DEV_TCP_MAJOR = 30,
FH_TCP = FHDEV (DEV_TCP_MAJOR, 36),