Skip to content

Commit 450f6f4

Browse files
committed
Remove unused variable.
1 parent d5b150b commit 450f6f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/_path_wrapper.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
PyObject *convert_polygon_vector(std::vector<Polygon> &polygons)
99
{
1010
PyObject *pyresult = PyList_New(polygons.size());
11-
bool fix_endpoints;
1211

1312
for (size_t i = 0; i < polygons.size(); ++i) {
1413
Polygon poly = polygons[i];

0 commit comments

Comments
 (0)