Skip to content

Commit dbddb2f

Browse files
committed
Fix methods (really)
1 parent 46a9d42 commit dbddb2f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/varinfo.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,6 @@ function VarInfo(
136136
# No rng
137137
return VarInfo(Random.default_rng(), model, sampler, context)
138138
end
139-
function VarInfo(model::Model, sampler::AbstractSampler, context::AbstractContext)
140-
# No rng
141-
return VarInfo(Random.default_rng(), model, sampler, context)
142-
end
143139
function VarInfo(rng::Random.AbstractRNG, model::Model, context::AbstractContext)
144140
# No sampler
145141
return VarInfo(rng, model, SampleFromPrior(), context)

0 commit comments

Comments
 (0)