mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- Cleanup from 42219 -- remove superfluous return statement
svn path=/trunk/; revision=42374
This commit is contained in:
@@ -1022,7 +1022,6 @@ RamdiskWorkerThread(IN PDEVICE_OBJECT DeviceObject,
|
||||
Irp->IoStatus.Status = Status;
|
||||
Irp->IoStatus.Information = 0;
|
||||
IoCompleteRequest(Irp, IO_NO_INCREMENT);
|
||||
return;
|
||||
}
|
||||
|
||||
NTSTATUS
|
||||
|
||||
Reference in New Issue
Block a user