Skip to content

Commit 18ee381

Browse files
committed
Remove old type support.
1 parent 938a7c1 commit 18ee381

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/base.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ end
1515
# calling `refcheck` on the ref field argument
1616
macro checked(typedef)
1717
# decode structure definition
18-
if Meta.isexpr(typedef, :macrocall)
19-
# handle `@compat` prefixing 0.6-style type declarations
20-
typedef = macroexpand(typedef)
21-
end
2218
if Meta.isexpr(typedef, :struct)
2319
structure = typedef.args[2]
2420
body = typedef.args[3]

0 commit comments

Comments
 (0)