Skip to content

Commit 895cf7b

Browse files
committed
Remove ancient call to __precompile__
Needed back in Julia version 0.5 or so?? haha!
1 parent a19d730 commit 895cf7b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/PlyIO.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
__precompile__()
2-
31
module PlyIO
42

53
# Types for the ply data model
64
export Ply, PlyElement, PlyComment, ArrayProperty, ListProperty
7-
export plyname # Is there something in base we could overload for this?
5+
export plyname
86

97
# High level file IO
10-
# (TODO: FileIO?)
118
export load_ply, save_ply
129

1310
include("types.jl")

0 commit comments

Comments
 (0)