فهرست منبع

* Removed unused code and unused local variable.

git-svn-id: trunk@11845 -
yury 17 سال پیش
والد
کامیت
1fe90fe7dc
2فایلهای تغییر یافته به همراه0 افزوده شده و 22 حذف شده
  1. 0 21
      rtl/objpas/classes/stringl.inc
  2. 0 1
      rtl/objpas/classes/writer.inc

+ 0 - 21
rtl/objpas/classes/stringl.inc

@@ -235,27 +235,6 @@ end;
 
 
 Procedure TStrings.SetDelimitedText(const AValue: string);
-
-  Procedure  SetStrictDelimited;
-  
-  Var
-    P,PL : Integer;
-    
-  begin
-    PL:=1;
-    P:=1;
-{
-    While Length(S)>0 do
-      begin
-      P:=Pos(FDelimiter,S);
-      If (P=0) then
-        P:=Length(S)+1;
-      Add(Copy(S,1,P-1));
-      System.Delete(S,1,P));
-      end;
-}  end;  
-    
-
 var i,j:integer;
     aNotFirst:boolean;
 begin

+ 0 - 1
rtl/objpas/classes/writer.inc

@@ -754,7 +754,6 @@ var
   Ident: String;
   IntToIdentFn: TIntToIdent;
 {$ifndef FPUNONE}
-  SingleV : Single;
   FloatValue, DefFloatValue: Extended;
 {$endif}
   MethodValue: TMethod;