[RTL/AVL]

- Remove unnecessary field from TABLE_ENTRY_HEADER. Spotted by (the only in ReactOS?) user of RTL AVL tables - page heap.

svn path=/trunk/; revision=50768
This commit is contained in:
Aleksey Bragin 2011-02-17 16:52:06 +00:00
parent f333f561b4
commit 85e4bbe4f5

View file

@ -12,7 +12,6 @@
typedef struct _TABLE_ENTRY_HEADER
{
RTL_BALANCED_LINKS BalancedLinks;
LIST_ENTRY ListEntry;
LONGLONG UserData;
} TABLE_ENTRY_HEADER, *PTABLE_ENTRY_HEADER;