mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 04:26:00 +00:00
[FASTFAT]
Remove useless assignement svn path=/trunk/; revision=73780
This commit is contained in:
parent
532649d4b1
commit
d81bed0847
1 changed files with 2 additions and 2 deletions
|
@ -1428,7 +1428,7 @@ VfatQueryInformation(
|
|||
PVFAT_IRP_CONTEXT IrpContext)
|
||||
{
|
||||
FILE_INFORMATION_CLASS FileInformationClass;
|
||||
PVFATFCB FCB = NULL;
|
||||
PVFATFCB FCB;
|
||||
|
||||
NTSTATUS Status = STATUS_SUCCESS;
|
||||
PVOID SystemBuffer;
|
||||
|
@ -1554,7 +1554,7 @@ VfatSetInformation(
|
|||
PVFAT_IRP_CONTEXT IrpContext)
|
||||
{
|
||||
FILE_INFORMATION_CLASS FileInformationClass;
|
||||
PVFATFCB FCB = NULL;
|
||||
PVFATFCB FCB;
|
||||
NTSTATUS Status = STATUS_SUCCESS;
|
||||
PVOID SystemBuffer;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue