Skip to content

Commit 5288b3c

Browse files
theogfoschulz
authored andcommitted
Remove insupport duplicate and remove unused macro
1 parent 47ffd35 commit 5288b3c

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/MeasureBase.jl

-14
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,6 @@ export basemeasure
4848
export basekernel
4949
export productmeasure
5050

51-
"""
52-
inssupport(m, x)
53-
insupport(m)
54-
55-
`insupport(m,x)` computes whether `x` is in the support of `m`.
56-
57-
`insupport(m)` returns a function, and satisfies
58-
59-
insupport(m)(x) == insupport(m, x)
60-
"""
61-
function insupport end
62-
6351
export insupport
6452
export getdof
6553
export transport_to
@@ -70,8 +58,6 @@ abstract type AbstractMeasure end
7058

7159
AbstractMeasure(m::AbstractMeasure) = m
7260

73-
using Static: @constprop
74-
7561
function Pretty.quoteof(d::M) where {M<:AbstractMeasure}
7662
the_names = fieldnames(typeof(d))
7763
:($M($([getfield(d, n) for n in the_names]...)))

0 commit comments

Comments
 (0)