浏览代码

* 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 ;