mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[ntoskrnl]
- Revert 48640, as it was incorrect. svn path=/trunk/; revision=48641
This commit is contained in:
parent
690399c881
commit
fbf071095a
1 changed files with 0 additions and 5 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue