Explorar o código

- removed unused variables

Jonas Maebe %!s(int64=20) %!d(string=hai) anos
pai
achega
0b3003fb78
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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;