Ver Fonte

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

git-svn-id: trunk@42758 -
svenbarth há 6 anos atrás
pai
commit
81870c00f6
1 ficheiros alterados com 0 adições e 5 exclusões
  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;