Skip to content

Commit 6179828

Browse files
committed
Remove obsolete _get_y and _get_ladj
1 parent 96cf16f commit 6179828

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/with_ladj.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ export with_logabsdet_jacobian
7676
end
7777

7878

79-
@inline _get_y(y_with_ladj::NTuple{2,Any,}) = y_with_ladj[1]
80-
@inline _get_ladj(y_with_ladj::NTuple{2,Any}) = y_with_ladj[2]
81-
8279
function _with_ladj_on_mapped(map_or_bc::F, y_with_ladj::Tuple{Any,Real}) where {F<:Union{typeof(map),typeof(broadcast)}}
8380
return y_with_ladj
8481
end

0 commit comments

Comments
 (0)