Explorar el Código

* removed unnecessary and potentially wrong typecast

git-svn-id: trunk@30946 -
Jonas Maebe hace 10 años
padre
commit
033c28e5ac
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,