mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[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:
parent
f333f561b4
commit
85e4bbe4f5
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@
|
|||
typedef struct _TABLE_ENTRY_HEADER
|
||||
{
|
||||
RTL_BALANCED_LINKS BalancedLinks;
|
||||
LIST_ENTRY ListEntry;
|
||||
LONGLONG UserData;
|
||||
} TABLE_ENTRY_HEADER, *PTABLE_ENTRY_HEADER;
|
||||
|
||||
|
|
Loading…
Reference in a new issue