[FASTFAT]

Fix a FIXME

svn path=/trunk/; revision=72056
This commit is contained in:
Pierre Schweitzer 2016-07-30 12:53:09 +00:00
parent 7853148eb0
commit 9c6fa5b19d

View file

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