mirror of https://gitlab.com/basile.b/dexed.git
Remove redundant `var` declaration.
This commit is contained in:
parent
f35ad0519e
commit
30b8a74929
|
@ -917,7 +917,7 @@ var
|
|||
proc: TProcess;
|
||||
lst: TStringList;
|
||||
stripChars: TSysCharSet;
|
||||
var lstText: AnsiString;
|
||||
lstText: AnsiString;
|
||||
begin
|
||||
Result := 0;
|
||||
stripChars := ['"'];
|
||||
|
|
Loading…
Reference in New Issue