Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / reactos / ntoskrnl / config / cmquota.c
diff --git a/reactos/ntoskrnl/config/cmquota.c b/reactos/ntoskrnl/config/cmquota.c
deleted file mode 100644 (file)
index 786bef9..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * PROJECT:         ReactOS Kernel
- * LICENSE:         GPL - See COPYING in the top level directory
- * FILE:            ntoskrnl/config/cmquota.c
- * PURPOSE:         Configuration Manager - Wrappers for Hive Operations
- * PROGRAMMERS:     Alex Ionescu (alex.ionescu@reactos.org)
- */
-
-/* INCLUDES ******************************************************************/
-
-#include "ntoskrnl.h"
-#define NDEBUG
-#include "debug.h"
-
-BOOLEAN CmpGlobalQuota;
-BOOLEAN CmpGlobalQuotaAllowed;
-/* FUNCTIONS *****************************************************************/
-
-VOID
-NTAPI
-CmpSetGlobalQuotaAllowed(VOID)
-{
-    /* Set flag ON if quota enabled */
-    CmpGlobalQuotaAllowed = CmpGlobalQuota;
-}