فهرست منبع

- remove no longer required pointer types (they are part of the System unit now)

git-svn-id: trunk@42758 -
svenbarth 6 سال پیش
والد
کامیت
81870c00f6
1فایلهای تغییر یافته به همراه0 افزوده شده و 5 حذف شده
  1. 0 5
      packages/rtl-objpas/src/inc/rtti.pp

+ 0 - 5
packages/rtl-objpas/src/inc/rtti.pp

@@ -1498,11 +1498,6 @@ end;
 
 class procedure TValue.Make(ABuffer: pointer; ATypeInfo: PTypeInfo; out result: TValue);
 type
-  PBoolean16 = ^Boolean16;
-  PBoolean32 = ^Boolean32;
-  PBoolean64 = ^Boolean64;
-  PByteBool = ^ByteBool;
-  PQWordBool = ^QWordBool;
   PMethod = ^TMethod;
 var
   td: PTypeData;