mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[NTOSKRNL] Drop unused field
This commit is contained in:
parent
814a6fc098
commit
fb07332450
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@ MiFindExportedRoutineByName(IN PVOID DllBase,
|
|||
|
||||
typedef struct _PAGINGFILE
|
||||
{
|
||||
LIST_ENTRY PagingFileListEntry;
|
||||
PFILE_OBJECT FileObject;
|
||||
HANDLE FileHandle;
|
||||
LARGE_INTEGER MaximumSize;
|
||||
|
|
Loading…
Reference in a new issue