Parcourir la source

* removed unnecessary and potentially wrong typecast

git-svn-id: trunk@30946 -
Jonas Maebe il y a 10 ans
Parent
commit
033c28e5ac
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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,