浏览代码

- removed superfluous check that could use uninitialized location

git-svn-id: branches/jvmbackend@18577 -
Jonas Maebe 14 年之前
父节点
当前提交
225e866800
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      compiler/hlcgobj.pas

+ 0 - 2
compiler/hlcgobj.pas

@@ -2339,8 +2339,6 @@ implementation
                          { open arrays do not contain correct element count in their rtti,
                            the actual count must be passed separately. }
                          eldef:=tarraydef(tparavarsym(p).vardef).elementdef;
-                         if not assigned(hsym) then
-                           internalerror(201003031);
                          g_array_rtti_helper(list,eldef,href,highloc,'FPC_ADDREF_ARRAY');
                        end
                      else