Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matt-wu/Ext3Fsd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Ext3Fsd/cleanup.c')
-rw-r--r--Ext3Fsd/cleanup.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/Ext3Fsd/cleanup.c b/Ext3Fsd/cleanup.c
index 4d7d7cf..c63a809 100644
--- a/Ext3Fsd/cleanup.c
+++ b/Ext3Fsd/cleanup.c
@@ -17,11 +17,6 @@ extern PEXT2_GLOBAL Ext2Global;
/* DEFINITIONS *************************************************************/
-#ifdef ALLOC_PRAGMA
-#pragma alloc_text(PAGE, Ext2Cleanup)
-#endif
-
-
NTSTATUS
Ext2Cleanup (IN PEXT2_IRP_CONTEXT IrpContext)
{