Skip to content

Commit b081a3f

Browse files
committed
Remove redundant comment
1 parent adff799 commit b081a3f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test_utils.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,6 @@ function no_produce_test(x, y)
238238
return (; c, x, y)
239239
end
240240

241-
# Old test case without any produce statements used to test TapedFunction. Since this
242-
# doesn't exist as a distinct entity anymore, not clear that this test case is useful.
243241
mutable struct C
244242
i::Int
245243
C(x, y) = new(x + y)

0 commit comments

Comments
 (0)