[ntoskrnl]

- Revert 48640, as it was incorrect.

svn path=/trunk/; revision=48641
This commit is contained in:
Michael Martin 2010-08-29 07:18:47 +00:00
parent 690399c881
commit fbf071095a

View 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);