[MOUNTMGR] That was not meant to be committed
[reactos.git] / drivers / filters / mountmgr / database.c
index 694c98a..5e94f5c 100644 (file)
@@ -1622,9 +1622,6 @@ ReconcileThisDatabaseWithMaster(IN PDEVICE_EXTENSION DeviceExtension,
         return;
     }
 
-    UNIMPLEMENTED;
-    return;
-
     /* Allocate a work item */
     WorkItem = AllocatePool(sizeof(RECONCILE_WORK_ITEM));
     if (!WorkItem)