From 440627d3dfd8a165355087381f5ed6cdbc94d1e4 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Mon, 15 Nov 2010 22:30:20 +0000 Subject: [PATCH] [NTOSKRNL] Remove alloc pragmas for functions that don't exist enymore svn path=/branches/cmake-bringup/; revision=49603 --- ntoskrnl/io/pnpmgr/pnpmgr.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ntoskrnl/io/pnpmgr/pnpmgr.c b/ntoskrnl/io/pnpmgr/pnpmgr.c index 69e013caefc..9b6dc29f94a 100644 --- a/ntoskrnl/io/pnpmgr/pnpmgr.c +++ b/ntoskrnl/io/pnpmgr/pnpmgr.c @@ -31,11 +31,6 @@ extern BOOLEAN PnpSystemInit; PDRIVER_OBJECT IopRootDriverObject; PIO_BUS_TYPE_GUID_LIST PnpBusTypeGuidList = NULL; -#if defined (ALLOC_PRAGMA) -#pragma alloc_text(INIT, PnpInit) -#pragma alloc_text(INIT, PnpInit2) -#endif - typedef struct _INVALIDATE_DEVICE_RELATION_DATA { PDEVICE_OBJECT DeviceObject;