Skip to content

Commit 290ee0c

Browse files
committed
fix warning on julia 1.0
1 parent b0c43b1 commit 290ee0c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/LibGEOS.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
__precompile__()
2-
31
module LibGEOS
42

53
# Load in `deps.jl`, complaining if it does not exist
@@ -11,7 +9,6 @@ module LibGEOS
119

1210
using GeoInterface
1311
using Libdl
14-
import Base: contains
1512

1613
export Point, MultiPoint, LineString, MultiLineString, LinearRing, Polygon, MultiPolygon, GeometryCollection,
1714
parseWKT, geomFromWKT, geomToWKT, readgeom, writegeom,

0 commit comments

Comments
 (0)