mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +00:00
- Remove duplicate MmHighestPhysicalPage (the other being in init.c) -- we still ended up with only 1 global however, so this doesn't really change anything
svn path=/trunk/; revision=42584
This commit is contained in:
parent
305ee59bac
commit
ecf94cf3ae
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@
|
|||
#define PPHYSICAL_PAGE PMMPFN
|
||||
|
||||
PPHYSICAL_PAGE MmPfnDatabase;
|
||||
ULONG MmHighestPhysicalPage;
|
||||
|
||||
/* List of pages allocated to the MC_USER Consumer */
|
||||
static LIST_ENTRY UserPageListHead;
|
||||
|
|
Loading…
Reference in a new issue