Skip to content

Commit 8c8d2f4

Browse files
Remove unneeded code
1 parent c641f7b commit 8c8d2f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/differentials.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ macro thunk(body)
188188
return :(Thunk(() -> $(esc(body))))
189189
end
190190

191-
@inline extern(x::Thunk{F}) where {F} = x.f()
191+
@inline extern(x::Thunk) = x.f()
192192

193193
Base.Broadcast.broadcastable(x::Thunk) = broadcastable(extern(x))
194194

0 commit comments

Comments
 (0)