Skip to content

Commit 8ed6164

Browse files
committed
Remove dead code in RepeatSampler
1 parent acb0f23 commit 8ed6164

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/mcmc/repeat_sampler.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ function RepeatSampler(alg::InferenceAlgorithm, num_repeat::Int)
2828
return RepeatSampler(Sampler(alg), num_repeat)
2929
end
3030

31-
getADType(spl::RepeatSampler) = getADType(spl.sampler)
32-
DynamicPPL.default_chain_type(sampler::RepeatSampler) = default_chain_type(sampler.sampler)
33-
# TODO(mhauru) Remove the below once DynamicPPL has removed all its Selector stuff.
34-
DynamicPPL.inspace(vn::VarName, spl::RepeatSampler) = inspace(vn, spl.sampler)
35-
3631
function setparams_varinfo!!(model::DynamicPPL.Model, sampler::RepeatSampler, state, params)
3732
return setparams_varinfo!!(model, sampler.sampler, state, params)
3833
end

0 commit comments

Comments
 (0)