浏览代码

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

git-svn-id: trunk@37078 -
svenbarth 8 年之前
父节点
当前提交
46de720c63
共有 1 个文件被更改,包括 0 次插入1 次删除
  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;
         end;
       tkMethod:
-        { ? }
         Result := SizeOf(TMethod);
       tkSString:
         { ShortString can hold max. 254 characters as [0] is Length and [255] is #0 }