* devices.h (enum fh_devices): Remove DEV_RAWDRIVE_MAJOR and
FH_RAWDRIVE. * devices.shilka (dev_rawdrive_storage): Remove. (unit_devices): Remove pointer to dev_rawdrive_storage. (uniq_devices): Remove rawdrive entry. * dtable.cc (build_fh_pc): Remove DEV_RAWDRIVE_MAJOR case. * path.cc (win32_device_name): ditto.
This commit is contained in:
@@ -346,7 +346,6 @@ build_fh_pc (path_conv& pc)
|
||||
case DEV_FLOPPY_MAJOR:
|
||||
case DEV_CDROM_MAJOR:
|
||||
case DEV_SD_MAJOR:
|
||||
case DEV_RAWDRIVE_MAJOR:
|
||||
fh = cnew (fhandler_dev_floppy) ();
|
||||
break;
|
||||
case DEV_TAPE_MAJOR:
|
||||
|
Reference in New Issue
Block a user