[NTOS:MM] Remove unused field

This commit is contained in:
Jérôme Gardou
2021-02-03 09:41:23 +01:00
parent f201b8af78
commit d23dbdda4c
-1
View File
@@ -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;