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

git-svn-id: trunk@37078 -
This commit is contained in:
svenbarth 2017-08-27 15:31:54 +00:00
parent 4ff6c7bddf
commit 46de720c63

View File

@ -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 }