Browse Source

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

git-svn-id: trunk@42758 -
svenbarth 6 years ago
parent
commit
81870c00f6
1 changed files with 0 additions and 5 deletions
  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;