Skip to content

Commit 14a9876

Browse files
committed
remove __precompile__() at/above julia 0.7
1 parent cd04d31 commit 14a9876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/KernelDensity.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__precompile__()
1+
VERSION < v"0.7" && __precompile__()
22

33
module KernelDensity
44

0 commit comments

Comments
 (0)