mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
Remove an unused Buffer variable in the SetupCopyFile function
Thanks to HeisSpiter for noticing this svn path=/trunk/; revision=27741
This commit is contained in:
parent
6148da7aa2
commit
7dcf35b862
1 changed files with 0 additions and 3 deletions
|
@ -100,7 +100,6 @@ SetupCopyFile(PWCHAR SourceFileName,
|
|||
static IO_STATUS_BLOCK IoStatusBlock;
|
||||
FILE_STANDARD_INFORMATION FileStandard;
|
||||
FILE_BASIC_INFORMATION FileBasic;
|
||||
PUCHAR Buffer;
|
||||
ULONG RegionSize;
|
||||
UNICODE_STRING FileName;
|
||||
NTSTATUS Status;
|
||||
|
@ -109,8 +108,6 @@ SetupCopyFile(PWCHAR SourceFileName,
|
|||
SIZE_T SourceSectionSize = 0;
|
||||
LARGE_INTEGER ByteOffset;
|
||||
|
||||
Buffer = NULL;
|
||||
|
||||
#ifdef __REACTOS__
|
||||
RtlInitUnicodeString(&FileName,
|
||||
SourceFileName);
|
||||
|
|
Loading…
Reference in a new issue