Skip to content

Commit 0684573

Browse files
committed
More dead code
1 parent 99ffbbe commit 0684573

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/context_implementations.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
using Distributions:
2-
UnivariateDistribution, MultivariateDistribution, MatrixDistribution, Distribution
3-
4-
alg_str(spl::Sampler) = string(nameof(typeof(spl.alg)))
1+
using Distributions: Distribution
52

63
# Allows samplers, etc. to hook into the final logp accumulation in the tilde-pipeline.
74
function acclogp_assume!!(context::AbstractContext, vi::AbstractVarInfo, logp)

0 commit comments

Comments
 (0)