mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:56:00 +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
|
@ -743,11 +743,8 @@ VfatCreateFile(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
|
||||||
if (ParentFcb)
|
|
||||||
{
|
{
|
||||||
vfatReleaseFCB(DeviceExt, ParentFcb);
|
vfatReleaseFCB(DeviceExt, ParentFcb);
|
||||||
}
|
|
||||||
return Status;
|
return Status;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue