Skip to content

Commit 018c25f

Browse files
committed
Assume pure macro is available
1 parent 2d2475e commit 018c25f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/core.jl

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
# Core types and definitions
22

3-
if VERSION < v"0.5.0-dev"
4-
macro pure(ex)
5-
esc(ex)
6-
end
7-
else
8-
using Base: @pure
9-
end
3+
using Base: @pure
104

115
const Symbols = Tuple{Symbol,Vararg{Symbol}}
126

0 commit comments

Comments
 (0)