[ntoskrnl]
authorMichael Martin <michael.martin@reactos.org>
Sun, 29 Aug 2010 07:18:47 +0000 (07:18 +0000)
committerMichael Martin <michael.martin@reactos.org>
Sun, 29 Aug 2010 07:18:47 +0000 (07:18 +0000)
- Revert 48640, as it was incorrect.

svn path=/trunk/; revision=48641

reactos/ntoskrnl/mm/ARM3/vadnode.c

index 79b9628..b75f2dc 100644 (file)
@@ -108,11 +108,6 @@ NTAPI
 MiRemoveNode(IN PMMADDRESS_NODE Node,
              IN PMM_AVL_TABLE Table)
 {
-    if (Table->NodeHint == Node)
-    {
-        Table->NodeHint = MiGetPreviousNode(Table->NodeHint);
-    }
-
     /* Call the AVL code */
     RtlpDeleteAvlTreeNode(Table, Node);