ソースを参照

* pbyte killed, it is in systems nowadays

git-svn-id: trunk@10096 -
marco 17 年 前
コミット
66676be8e5
1 ファイル変更1 行追加2 行削除
  1. 1 2
      rtl/objpas/classes/streams.inc

+ 1 - 2
rtl/objpas/classes/streams.inc

@@ -346,8 +346,7 @@ end;
     end;
 
   Function TStream.ReadAnsiString : String;
-  Type
-    PByte = ^Byte;
+
   Var
     TheSize : Longint;
     P : PByte ;