Skip to content

Commit 1628800

Browse files
committed
Remove unneeded definition.
1 parent 40f4292 commit 1628800

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/reflection.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ Evaluates the expression `ex` and dumps all intermediate forms of code to the di
269269
`dir`.
270270
"""
271271
macro device_code(ex...)
272-
only(xs) = (@assert length(xs) == 1; first(xs))
273272
localUnique = 1
274273
function hook(job::CompilerJob; dir::AbstractString)
275274
name = something(job.source.name, nameof(job.source.f))

0 commit comments

Comments
 (0)