Skip to content

Commit fe201c3

Browse files
committed
Remove unused sessionid string
1 parent fa2d51d commit fe201c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ProcessHacker/hidnproc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,8 +614,8 @@ static PPH_PROCESS_ITEM PhpCreateProcessItemForHiddenProcess(
614614

615615
PhGetProcessSessionId(processHandle, &processItem->SessionId);
616616

617-
PhPrintUInt32(processItem->ParentProcessIdString, HandleToUlong(processItem->ParentProcessId));
618-
PhPrintUInt32(processItem->SessionIdString, processItem->SessionId);
617+
//PhPrintUInt32(processItem->ParentProcessIdString, HandleToUlong(processItem->ParentProcessId));
618+
//PhPrintUInt32(processItem->SessionIdString, processItem->SessionId);
619619

620620
if (NT_SUCCESS(PhGetProcessTimes(processHandle, &times)))
621621
{

0 commit comments

Comments
 (0)