mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 18:31:26 +00:00
- Cleanup from 42219 -- remove superfluous return statement
svn path=/trunk/; revision=42374
This commit is contained in:
parent
1feebad9c0
commit
99d9c85c54
1 changed files with 0 additions and 1 deletions
|
@ -1022,7 +1022,6 @@ RamdiskWorkerThread(IN PDEVICE_OBJECT DeviceObject,
|
|||
Irp->IoStatus.Status = Status;
|
||||
Irp->IoStatus.Information = 0;
|
||||
IoCompleteRequest(Irp, IO_NO_INCREMENT);
|
||||
return;
|
||||
}
|
||||
|
||||
NTSTATUS
|
||||
|
|
Loading…
Reference in a new issue