Skip to content

Commit

Permalink
Avoid assigning already set value
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Sep 7, 2024
1 parent 2943d03 commit 664f825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ogr/ogr_wkb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ static bool OGRWKBIsClockwiseRing(const GByte *data, const uint32_t nPoints,
{
v = i;
vX = x;
vY = y;
// vY = y;
bUseFallback = false;
}
else if (x == vX)
Expand Down

0 comments on commit 664f825

Please sign in to comment.