[FASTFAT]
authorPierre Schweitzer <pierre@reactos.org>
Sat, 30 Jul 2016 12:53:09 +0000 (12:53 +0000)
committerPierre Schweitzer <pierre@reactos.org>
Sat, 30 Jul 2016 12:53:09 +0000 (12:53 +0000)
Fix a FIXME

svn path=/trunk/; revision=72056

reactos/drivers/filesystems/fastfat/fsctl.c

index cf1e22a..1d44b25 100644 (file)
@@ -445,7 +445,6 @@ VfatMount(
     Status = VfatMountDevice(DeviceExt, DeviceToMount);
     if (!NT_SUCCESS(Status))
     {
-        /* FIXME: delete device object */
         goto ByeBye;
     }