Skip to content

Commit a61d05b

Browse files
committed
Remove outdated comment
1 parent 00224ca commit a61d05b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/extra_rules.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ function ChainRules.rrule(::DiffractorRuleConfig, ::Type{SArray{S, T, N, L}}, x:
172172
end
173173

174174
function ChainRules.frule((_, ∂x), ::Type{SArray{S, T, N, L}}, x::NTuple{L,T}) where {S, T, N, L}
175-
#TODO: we really shouldn't actually see the isa(∂x, AbstractZero) case since the frule should be called then
176175
Δx = SArray{S, T, N, L}(ChainRulesCore.backing(∂x))
177176
SArray{S, T, N, L}(x), Δx
178177
end

0 commit comments

Comments
 (0)