Skip to content

Commit 7f2d893

Browse files
Fix deprecations
1 parent e6ba1d5 commit 7f2d893

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/HaarMeasure.jl

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,7 @@ end
6666
#4235–4245 (1994).
6767

6868

69-
if VERSION < v"0.5.0-dev"
70-
macro blasfunc(x)
71-
return :( $(BLAS.blasfunc(x) ))
72-
end
73-
else
74-
import Base.BLAS.@blasfunc
75-
end
69+
import Base.BLAS.@blasfunc
7670

7771

7872
using Base.LinAlg: BlasInt

0 commit comments

Comments
 (0)