Skip to content

Commit

Permalink
clipper.cpp: remove dead code (CID 1132971)
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed May 22, 2021
1 parent 9886ef5 commit 4cd9da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderers/agg/src/clipper.cpp
Expand Up @@ -842,7 +842,7 @@ bool ClipperBase::AddPolygon( const Polygon &pg, PolyType polyType)
if (j == len-1 || j < 2) break;
len = j +1;
}
if (len < 3) return false;
// if (len < 3) return false;

//create a new edge array ...
TEdge *edges = new TEdge [len];
Expand Down

0 comments on commit 4cd9da8

Please sign in to comment.