File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -584,7 +584,6 @@ VOID PhpUpdateHandleGeneral(
584
584
585
585
if (PhEqualString2 (Context -> HandleItem -> TypeName , L"ALPC Port" , TRUE))
586
586
{
587
- PHANDLE_PROPERTIES_CONTEXT context = Context ;
588
587
NTSTATUS status ;
589
588
HANDLE processHandle ;
590
589
HANDLE alpcPortHandle ;
@@ -637,7 +636,6 @@ VOID PhpUpdateHandleGeneral(
637
636
}
638
637
else if (PhEqualStringRef2 (& Context -> HandleItem -> TypeName -> sr , L"File" , TRUE))
639
638
{
640
- PHANDLE_PROPERTIES_CONTEXT context = Context ;
641
639
NTSTATUS status ;
642
640
HANDLE processHandle ;
643
641
HANDLE fileHandle ;
@@ -825,7 +823,6 @@ VOID PhpUpdateHandleGeneral(
825
823
}
826
824
else if (PhEqualStringRef2 (& Context -> HandleItem -> TypeName -> sr , L"Section" , TRUE))
827
825
{
828
- PHANDLE_PROPERTIES_CONTEXT context = Context ;
829
826
NTSTATUS status ;
830
827
HANDLE processHandle ;
831
828
HANDLE sectionHandle ;
@@ -902,7 +899,6 @@ VOID PhpUpdateHandleGeneral(
902
899
}
903
900
else if (PhEqualString2 (Context -> HandleItem -> TypeName , L"Mutant" , TRUE))
904
901
{
905
- PHANDLE_PROPERTIES_CONTEXT context = Context ;
906
902
NTSTATUS status ;
907
903
HANDLE processHandle ;
908
904
HANDLE mutantHandle ;
@@ -953,7 +949,6 @@ VOID PhpUpdateHandleGeneral(
953
949
}
954
950
else if (PhEqualString2 (Context -> HandleItem -> TypeName , L"Process" , TRUE))
955
951
{
956
- PHANDLE_PROPERTIES_CONTEXT context = Context ;
957
952
NTSTATUS status ;
958
953
HANDLE processHandle ;
959
954
HANDLE dupHandle ;
You can’t perform that action at this time.
0 commit comments