[NTOS:CC]

* Remove unused ExSectionInfoClass.

svn path=/trunk/; revision=64074
This commit is contained in:
Amine Khaldi 2014-09-07 19:16:30 +00:00
parent 6452361bbd
commit 3fc8f2ce20

View file

@ -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". */