mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 04:14:53 +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 RefCount;
|
||||||
ULONG SegFlags;
|
ULONG SegFlags;
|
||||||
|
|
||||||
LIST_ENTRY ListOfSegments;
|
|
||||||
RTL_GENERIC_TABLE PageTable;
|
RTL_GENERIC_TABLE PageTable;
|
||||||
} MM_SECTION_SEGMENT, *PMM_SECTION_SEGMENT;
|
} MM_SECTION_SEGMENT, *PMM_SECTION_SEGMENT;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue