소스 검색

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