Skip to content

Commit 004b173

Browse files
committed
Delete commented out code
1 parent 0862a59 commit 004b173

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/fillbroadcast.jl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -209,14 +209,6 @@ broadcasted(::typeof(*), a::AbstractZeros, b::AbstractZeros) = _broadcasted_zero
209209
broadcasted(::typeof(/), a::AbstractZeros, b::AbstractZeros) = _broadcasted_nan(/, a, b)
210210
broadcasted(::typeof(\), a::AbstractZeros, b::AbstractZeros) = _broadcasted_nan(\, a, b)
211211

212-
# for op in (:*, :/, :\)
213-
# @eval broadcasted(::typeof($op), a::AbstractOnes, b::AbstractOnes) = _broadcasted_ones($op, a, b)
214-
# end
215-
216-
# for op in (:/, :\)
217-
# @eval broadcasted(::DefaultArrayStyle, ::typeof($op), a::AbstractZeros{<:Number}, b::AbstractZeros{<:Number}) = _broadcasted_nan($op, a, b)
218-
# end
219-
220212
# special case due to missing converts for ranges
221213
_range_convert(::Type{AbstractVector{T}}, a::AbstractRange{T}) where T = a
222214
_range_convert(::Type{AbstractVector{T}}, a::AbstractUnitRange) where T = convert(T,first(a)):convert(T,last(a))

0 commit comments

Comments
 (0)