Browse Source

- remove an unused local variable

git-svn-id: trunk@42757 -
svenbarth 6 years ago
parent
commit
a8cf852b0f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/rtl-objpas/src/inc/rtti.pp

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

@@ -1506,7 +1506,6 @@ type
   PMethod = ^TMethod;
 var
   td: PTypeData;
-  size: SizeInt;
 begin
   result.FData.FTypeInfo:=ATypeInfo;
   { resets the whole variant part; FValueData is already Nil }