[MPR][MOUNTMGR][DDK] Remove unused wine-specific code (#6958)

Usage of these in MPR was already inside #ifndef __REACTOS__ block,
so, "This Is Fine".
This commit is contained in:
Hermès Bélusca-Maïto 2024-05-26 18:51:21 +02:00
parent 0d36818422
commit 7930bed0a1
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
3 changed files with 2 additions and 14 deletions

View file

@ -2793,9 +2793,6 @@ MountMgrDeviceControl(IN PDEVICE_OBJECT DeviceObject,
Status = MountMgrSetAutoMount(DeviceExtension, Irp);
break;
case IOCTL_MOUNTMGR_DEFINE_UNIX_DRIVE:
case IOCTL_MOUNTMGR_QUERY_UNIX_DRIVE:
DPRINT1("Winism! Rewrite the caller!\n");
default:
Status = STATUS_INVALID_DEVICE_REQUEST;
}