Skip to content

Commit 5a6f90b

Browse files
Remove type mapping
it's not used by the constructors anymore
1 parent 1c982e8 commit 5a6f90b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/utils.jl

-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ function build_function(rhss, vs, ps = (), args = (), conv = simplified_expr, ex
9090
return $arr_bounds_block
9191
else
9292
X = $bounds_block
93-
T = promote_type(map(typeof,X)...)
94-
map(T,X)
9593
construct = $_constructor
9694
return construct(X)
9795
end

0 commit comments

Comments
 (0)