[ros-diffs] [mjmartin] 48641: [ntoskrnl] - Revert 48640, as it was incorrect.

mjmartin at svn.reactos.org mjmartin at svn.reactos.org
Sun Aug 29 07:18:48 UTC 2010


Author: mjmartin
Date: Sun Aug 29 07:18:47 2010
New Revision: 48641

URL: http://svn.reactos.org/svn/reactos?rev=48641&view=rev
Log:
[ntoskrnl]
- Revert 48640, as it was incorrect.

Modified:
    trunk/reactos/ntoskrnl/mm/ARM3/vadnode.c

Modified: trunk/reactos/ntoskrnl/mm/ARM3/vadnode.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/mm/ARM3/vadnode.c?rev=48641&r1=48640&r2=48641&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/mm/ARM3/vadnode.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/mm/ARM3/vadnode.c [iso-8859-1] Sun Aug 29 07:18:47 2010
@@ -108,11 +108,6 @@
 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);
     




More information about the Ros-diffs mailing list