mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
[NTOS:MM] Remove unused field
This commit is contained in:
parent
f201b8af78
commit
d23dbdda4c
1 changed files with 0 additions and 1 deletions
|
@ -185,7 +185,6 @@ typedef struct _MM_SECTION_SEGMENT
|
|||
ULONG RefCount;
|
||||
ULONG SegFlags;
|
||||
|
||||
LIST_ENTRY ListOfSegments;
|
||||
RTL_GENERIC_TABLE PageTable;
|
||||
} MM_SECTION_SEGMENT, *PMM_SECTION_SEGMENT;
|
||||
|
||||
|
|
Loading…
Reference in a new issue