[NTOSKRNL]
[reactos.git] / reactos / ntoskrnl / mm / section.c
index 31f5482..f4b9986 100644 (file)
@@ -3153,11 +3153,6 @@ extern NTSTATUS NTAPI ElfFmtCreateSection
     IN PEXEFMT_CB_ALLOCATE_SEGMENTS AllocateSegmentsCb
 );
 
-/* TODO: this is a standard DDK/PSDK macro */
-#ifndef RTL_NUMBER_OF
-#define RTL_NUMBER_OF(ARR_) (sizeof(ARR_) / sizeof((ARR_)[0]))
-#endif
-
 static PEXEFMT_LOADER ExeFmtpLoaders[] =
 {
     PeFmtCreateSection,