mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:22:58 +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
|
typedef struct _TABLE_ENTRY_HEADER
|
||||||
{
|
{
|
||||||
RTL_BALANCED_LINKS BalancedLinks;
|
RTL_BALANCED_LINKS BalancedLinks;
|
||||||
LIST_ENTRY ListEntry;
|
|
||||||
LONGLONG UserData;
|
LONGLONG UserData;
|
||||||
} TABLE_ENTRY_HEADER, *PTABLE_ENTRY_HEADER;
|
} TABLE_ENTRY_HEADER, *PTABLE_ENTRY_HEADER;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue