瀏覽代碼

* removed unnecessary and potentially wrong typecast

git-svn-id: trunk@30946 -
Jonas Maebe 10 年之前
父節點
當前提交
033c28e5ac
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/llvm/llvmtype.pas

+ 1 - 1
compiler/llvm/llvmtype.pas

@@ -322,7 +322,7 @@ implementation
                         end;
                         end;
                     end;
                     end;
                 else
                 else
-                  insert_tai_typeconversions(tai_const(tai_simpletypedconst(p).val));
+                  insert_tai_typeconversions(tai_simpletypedconst(p).val);
               end;
               end;
             end;
             end;
           tck_array,
           tck_array,