Remove redundant `var` declaration.

This commit is contained in:
Pradeep Gowda 2015-05-27 22:18:06 -04:00
parent f35ad0519e
commit 30b8a74929
1 changed files with 1 additions and 1 deletions

View File

@ -917,7 +917,7 @@ var
proc: TProcess; proc: TProcess;
lst: TStringList; lst: TStringList;
stripChars: TSysCharSet; stripChars: TSysCharSet;
var lstText: AnsiString; lstText: AnsiString;
begin begin
Result := 0; Result := 0;
stripChars := ['"']; stripChars := ['"'];