浏览代码

Removing forgotten dead code

Alligator-1 4 月之前
父节点
当前提交
ad88310e5b
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      rtl/inc/objpas.inc

+ 0 - 1
rtl/inc/objpas.inc

@@ -439,7 +439,6 @@ end;
 {$endif def FPC_HAS_FEATURE_RTTI}
            i : longint;
         begin
-           I:=instancesize;
            { the size is saved at offset 0 }
            fillchar(instance^, InstanceSize, 0);
            { insert VMT pointer into the new created memory area }