Преглед изворни кода

* 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;
                 else
-                  insert_tai_typeconversions(tai_const(tai_simpletypedconst(p).val));
+                  insert_tai_typeconversions(tai_simpletypedconst(p).val);
               end;
             end;
           tck_array,