浏览代码

Merged revisions 926 via svnmerge from
/trunk

git-svn-id: branches/fixes_2_0@933 -

Jonas Maebe 20 年之前
父节点
当前提交
841af2015d
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      compiler/ncgutil.pas

+ 0 - 1
compiler/ncgutil.pas

@@ -1000,7 +1000,6 @@ implementation
         if not is_class_or_interface(tparavarsym(p).vartype.def) and
            tparavarsym(p).vartype.def.needs_inittable then
          begin
-           location_get_data_ref(list,tparavarsym(p).localloc,href,is_open_array(tparavarsym(p).vartype.def));
            if (tparavarsym(p).varspez=vs_value) then
             begin
               include(current_procinfo.flags,pi_needs_implicit_finally);