Browse Source

- removed unused variables

Jonas Maebe 20 years ago
parent
commit
0b3003fb78
1 changed files with 2 additions and 2 deletions
  1. 2 2
      compiler/utils/fpcsubst.pp

+ 2 - 2
compiler/utils/fpcsubst.pp

@@ -126,8 +126,8 @@ end;
 Procedure ProcessCommandline;
 
 Var
-  I,P,l : Integer;
-  T,S : String;
+  I : Integer;
+  S : String;
 
   Function GetOptArg : String;