[FASTFAT]

Remove an useless check

svn path=/trunk/; revision=73927
This commit is contained in:
Pierre Schweitzer 2017-02-26 14:43:01 +00:00
parent 3e49feb4e7
commit 1ed7ebc368

View file

@ -744,10 +744,7 @@ VfatCreateFile(
}
else
{
if (ParentFcb)
{
vfatReleaseFCB(DeviceExt, ParentFcb);
}
vfatReleaseFCB(DeviceExt, ParentFcb);
return Status;
}
}