* Sync up to trunk HEAD (r62286).
[reactos.git] / drivers / filesystems / mup / mup.c
index 41faf83..0b565b0 100644 (file)
@@ -31,9 +31,6 @@
 #define NDEBUG
 #include <debug.h>
 
-/* GLOBALS *****************************************************************/
-
-
 /* FUNCTIONS ****************************************************************/
 
 /*
@@ -100,4 +97,3 @@ DriverEntry(PDRIVER_OBJECT DriverObject,
 
     return STATUS_SUCCESS;
 }
-