Skip to content

Commit 8462704

Browse files
Update promotion.jl
1 parent 5581d2e commit 8462704

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/promotion.jl

-2
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,3 @@ Base.promote_rule(::Type{Quantity{T}}, ::Type{Quantity{S,D,U}}) where {T,S,D,U}
115115

116116
Base.promote_rule(::Type{Quantity{S,D,U}}, ::Type{Quantity{T}}) where {T,S,D,U} =
117117
Quantity{promote_type(T,S)}
118-
119-
Base.promote_typejoin(::Type{Quantity{S,D,U}}, ::Type{Quantity{T,D,U}}) where {T,S,D,U} = Quantity{T,S}

0 commit comments

Comments
 (0)