Browse Source

rtl: clean up

mattias 6 years ago
parent
commit
d99f435093
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/rtl/sysutils.pas

+ 1 - 1
packages/rtl/sysutils.pas

@@ -3686,7 +3686,7 @@ Function TryStrToInt(const S : String; Out res : NativeInt) : Boolean;
 
 Var
   Radix : Integer = 10;
-  F,N : String;
+  N : String;
   J : JSValue;
 
 begin