mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[PORTCLS]
- Remove a duplicate assignment. Patch by Víctor Martínez Calvo. CORE-7057 #resolve svn path=/trunk/; revision=58709
This commit is contained in:
parent
1740826018
commit
98c1071a78
1 changed files with 0 additions and 2 deletions
|
@ -501,8 +501,6 @@ CPortPinWavePci::HandleKsProperty(
|
|||
//UNICODE_STRING GuidString;
|
||||
PIO_STACK_LOCATION IoStack;
|
||||
|
||||
IoStack = IoGetCurrentIrpStackLocation(Irp);
|
||||
|
||||
//DPRINT("IPortPinWave_HandleKsProperty entered\n");
|
||||
|
||||
IoStack = IoGetCurrentIrpStackLocation(Irp);
|
||||
|
|
Loading…
Reference in a new issue