浏览代码

* fixed tests/webtbs/uw3969 compilation with -Or for ppc (removed
superfluous call to location_get_data_ref)

git-svn-id: trunk@926 -

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

+ 0 - 1
compiler/ncgutil.pas

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