mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-07 09:39:33 +01:00
- removed unused variables
This commit is contained in:
parent
bb27e8b024
commit
0b3003fb78
@ -126,8 +126,8 @@ end;
|
|||||||
Procedure ProcessCommandline;
|
Procedure ProcessCommandline;
|
||||||
|
|
||||||
Var
|
Var
|
||||||
I,P,l : Integer;
|
I : Integer;
|
||||||
T,S : String;
|
S : String;
|
||||||
|
|
||||||
Function GetOptArg : String;
|
Function GetOptArg : String;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user