mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[NTOS:CC]
* Remove unused ExSectionInfoClass. svn path=/trunk/; revision=64074
This commit is contained in:
parent
6452361bbd
commit
3fc8f2ce20
1 changed files with 0 additions and 8 deletions
8
reactos/ntoskrnl/cache/section/data.c
vendored
8
reactos/ntoskrnl/cache/section/data.c
vendored
|
@ -89,14 +89,6 @@ extern KEVENT MpwThreadEvent;
|
|||
extern KSPIN_LOCK MiSectionPageTableLock;
|
||||
extern PMMWSL MmWorkingSetList;
|
||||
|
||||
/* GLOBALS *******************************************************************/
|
||||
|
||||
static const INFORMATION_CLASS_INFO ExSectionInfoClass[] =
|
||||
{
|
||||
ICI_SQ_SAME( sizeof(SECTION_BASIC_INFORMATION), sizeof(ULONG), ICIF_QUERY ), /* SectionBasicInformation */
|
||||
ICI_SQ_SAME( sizeof(SECTION_IMAGE_INFORMATION), sizeof(ULONG), ICIF_QUERY ), /* SectionImageInformation */
|
||||
};
|
||||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
|
||||
/* Note: Mmsp prefix denotes "Memory Manager Section Private". */
|
||||
|
|
Loading…
Reference in a new issue