mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Revert useless changes.
svn path=/trunk/; revision=9597
This commit is contained in:
parent
f472268186
commit
ecc193a6f0
1 changed files with 0 additions and 4 deletions
|
@ -41,10 +41,6 @@ BOOL IniParseFile(PUCHAR IniFileData, U32 IniFileSize)
|
|||
|
||||
DbgPrint((DPRINT_INIFILE, "IniParseFile() IniFileSize: %d\n", IniFileSize));
|
||||
|
||||
IniFileSectionListHead = NULL;
|
||||
IniFileSectionCount = 0;
|
||||
IniFileSettingCount = 0;
|
||||
|
||||
// Start with an 80-byte buffer
|
||||
IniFileLineSize = 80;
|
||||
IniFileLine = MmAllocateMemory(IniFileLineSize);
|
||||
|
|
Loading…
Reference in a new issue