Skip to content

Commit ecbf41c

Browse files
committed
Remove unhelpful docstring
1 parent 04544ca commit ecbf41c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/copyable_task.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,6 @@ function produce_value(x::Expr)
8181
return x.args[2] # must be a `:call` Expr.
8282
end
8383

84-
"""
85-
derive_copyable_task_ir(ir::IRCode)::IRCode
86-
87-
88-
"""
8984
function derive_copyable_task_ir(ir::BBCode)::Tuple{BBCode,Tuple}
9085

9186
# Replace all existing `ReturnNode`s with `ReturnNode(nothing)` in order to provide the

0 commit comments

Comments
 (0)