Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f16a2c9

Browse files
authored
Merge pull request #7048 from keszybz/remove-variable
FIX: remove unused variable
2 parents 357509a + 99384ce commit f16a2c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/_path_wrapper.cpp

Lines changed: 0 additions & 1 deletion
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)