mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[FASTFAT]
Remove useless assignement svn path=/trunk/; revision=73777
This commit is contained in:
parent
390a07e59a
commit
90905aac47
1 changed files with 1 additions and 1 deletions
|
@ -618,7 +618,7 @@ VfatVerify(
|
|||
PVFAT_IRP_CONTEXT IrpContext)
|
||||
{
|
||||
PDEVICE_OBJECT DeviceToVerify;
|
||||
NTSTATUS Status = STATUS_SUCCESS;
|
||||
NTSTATUS Status;
|
||||
FATINFO FatInfo;
|
||||
BOOLEAN RecognizedFS;
|
||||
PDEVICE_EXTENSION DeviceExt;
|
||||
|
|
Loading…
Reference in a new issue