Преглед изворни кода

* Removed inttostr, isvalidident so sysutils versions are used.

git-svn-id: trunk@6984 -
michael пре 18 година
родитељ
комит
f60fbbb01b
1 измењених фајлова са 0 додато и 13 уклоњено
  1. 0 13
      rtl/objpas/classes/util.inc

+ 0 - 13
rtl/objpas/classes/util.inc

@@ -11,19 +11,6 @@
 
  **********************************************************************}
 
-Function IntToStr (I : Longint) : String;
-
-begin
-  Str(I,Result);
-end;
-
-function IsValidIdent(const Ident: string): Boolean;
-
-begin
-  Result:=True;
-end;
-
-
 procedure BinToHex(BinValue, HexValue: PChar; BinBufSize: Integer);
 Const
   HexDigits='0123456789ABCDEF';