mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
[NTOS:CC]
* Remove unused ExSectionInfoClass. svn path=/trunk/; revision=64074
This commit is contained in:
-8
@@ -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". */
|
||||
|
||||
Reference in New Issue
Block a user