mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
Removed unreachable line (#517)
The break statement was unnecessary because the goto on the line before it returns from the routine so it can never be reached
This commit is contained in:
parent
dd653de251
commit
9e2dd8676a
1 changed files with 0 additions and 2 deletions
|
@ -4170,8 +4170,6 @@ Return Value:
|
|||
IoCompleteRequest(Irp, IO_NO_INCREMENT);
|
||||
status = STATUS_INSUFFICIENT_RESOURCES;
|
||||
goto SetStatusAndReturn;
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
irp2->Tail.Overlay.Thread = Irp->Tail.Overlay.Thread;
|
||||
|
|
Loading…
Reference in a new issue