Skip to content

Commit

Permalink
Issue Oslandia#130: Removed comment - reverse uses optimised std libr…
Browse files Browse the repository at this point in the history
…ary function.
  • Loading branch information
danielcu888 committed May 27, 2020
1 parent e12926e commit a0d5695
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/algorithm/lineSegment.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ std::unique_ptr<LineString> lineSegment( const LineString& ls, double start, dou
if ( reverse && ( ! closed ) )
{
// Reverse the constructed segment.
/// @todo Performance: remove this.
segment.reverse();
}

Expand Down

0 comments on commit a0d5695

Please sign in to comment.