Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Mercier committed Jul 29, 2022
1 parent e6ec94e commit d2ff761
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ private GeometryWithWkt s4jToJts(Shape shape) {
} else if (shape instanceof JtsGeometry) {
geom = ((JtsGeometry) shape).getGeom();
} else if (shape instanceof XShapeCollection) {
List<?> shapes = ((XShapeCollection) shape).getShapes();
XShapeCollection collection = (XShapeCollection) shape;
ArrayList<Geometry> geoms = new ArrayList<>(collection.size());
ArrayList<String> wkts = new ArrayList<>(collection.size());
Expand Down

0 comments on commit d2ff761

Please sign in to comment.