Skip to content

Commit 94441dd

Browse files
Merge #517
517: Remove get! macro r=dhairyagandhi96 a=matsueushi The get! macro is imported but unused. It was deprecated by JuliaLang/julia#34611, JuliaLang/julia#34646 Co-authored-by: matsueushi <[email protected]>
2 parents f83b689 + 6c63326 commit 94441dd

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/compiler/reverse.jl

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ using IRTools: IR, Variable, Pipe, xcall, var, prewalk, postwalk,
22
blocks, predecessors, successors, argument!, arguments, branches,
33
insertafter!, finish, expand!, prune!, substitute!, substitute,
44
block, block!, branch!, return!, stmt, meta
5-
using Base: @get!
65

76
@inline tuple_va(N, xs) = xs
87
@inline tuple_va(N, x, xs...) = (x, tuple_va(N, xs...)...)

src/lib/base.jl

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using Base: @get!
2-
31
@nograd readline, Base.gc_num, Base.time_ns
42

53
# Gradient of AD stacks

0 commit comments

Comments
 (0)