Sync with trunk head (r48786)
[reactos.git] / ntoskrnl / ps / kill.c
index c1f9ce3..b1ea95f 100644 (file)
@@ -301,8 +301,6 @@ PspDeleteProcess(IN PVOID ObjectBody)
         /* Detach */
         KeUnstackDetachProcess(&ApcState);
 
-        RemoveEntryList(&Process->MmProcessLinks);
-
         /* Completely delete the Address Space */
         MmDeleteProcessAddressSpace(Process);
     }