Browse Source

- since DataSize for method pointers works correctly remove the "?"-comment

git-svn-id: trunk@37078 -
svenbarth 8 years ago
parent
commit
46de720c63
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

@@ -769,7 +769,6 @@ begin
             Result := 0;
             Result := 0;
         end;
         end;
       tkMethod:
       tkMethod:
-        { ? }
         Result := SizeOf(TMethod);
         Result := SizeOf(TMethod);
       tkSString:
       tkSString:
         { ShortString can hold max. 254 characters as [0] is Length and [255] is #0 }
         { ShortString can hold max. 254 characters as [0] is Length and [255] is #0 }