Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / reactos / ntoskrnl / config / cmnotify.c
diff --git a/reactos/ntoskrnl/config/cmnotify.c b/reactos/ntoskrnl/config/cmnotify.c
deleted file mode 100644 (file)
index c401c72..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
- * PROJECT:         ReactOS Kernel
- * LICENSE:         GPL - See COPYING in the top level directory
- * FILE:            ntoskrnl/config/cmnotify.c
- * PURPOSE:         Configuration Manager - Wrappers for Hive Operations
- * PROGRAMMERS:     Alex Ionescu (alex.ionescu@reactos.org)
- */
-
-/* INCLUDES ******************************************************************/
-
-#include "ntoskrnl.h"
-#define NDEBUG
-#include "debug.h"
-
-/* FUNCTIONS *****************************************************************/
-
-VOID
-NTAPI
-CmpReportNotify(IN PCM_KEY_CONTROL_BLOCK Kcb,
-                IN PHHIVE Hive,
-                IN HCELL_INDEX Cell,
-                IN ULONG Filter)
-{
-    /* FIXME: TODO */
-    return;
-}
-
-VOID
-NTAPI
-CmpFlushNotify(IN PCM_KEY_BODY KeyBody,
-               IN BOOLEAN LockHeld)
-{
-    /* FIXME: TODO */
-    return;
-}
-