Explorar el Código

- removed unused variables

Jonas Maebe hace 20 años
padre
commit
0b3003fb78
Se han modificado 1 ficheros con 2 adiciones y 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;