Skip to content

Commit 052ec0a

Browse files
committed
Remove redundant extended help section
1 parent 08cd796 commit 052ec0a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/copyable_task.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ operation must return a specific type, specify `T`. If you do not know what type
99
return, pass `Any` -- this will typically yield type instabilities, but will run correctly.
1010
1111
See also [`set_taped_globals!`](@ref).
12-
13-
# Extended Help
14-
15-
1612
"""
1713
@noinline function get_taped_globals(::Type{T}) where {T}
1814
# This function is `@noinline`d to ensure that the type-unstable items in here do not

0 commit comments

Comments
 (0)