mirror of
https://github.com/reactos/reactos.git
synced 2025-05-24 19:56:38 +00:00
[FASTFAT]
Remove an useless check svn path=/trunk/; revision=73927
This commit is contained in:
parent
3e49feb4e7
commit
1ed7ebc368
1 changed files with 1 additions and 4 deletions
|
@ -744,10 +744,7 @@ VfatCreateFile(
|
|||
}
|
||||
else
|
||||
{
|
||||
if (ParentFcb)
|
||||
{
|
||||
vfatReleaseFCB(DeviceExt, ParentFcb);
|
||||
}
|
||||
vfatReleaseFCB(DeviceExt, ParentFcb);
|
||||
return Status;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue