rtl: clean up

This commit is contained in:
mattias 2018-11-01 15:23:55 +00:00
parent 5075b5f4d6
commit d99f435093

View File

@ -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