mirror of https://github.com/CGAL/cgal
remove unused variable
This commit is contained in:
parent
6e374d1732
commit
edbe8bb9e7
|
|
@ -37,7 +37,6 @@ ch_melkman( InputIterator first, InputIterator last,
|
|||
OutputIterator result, const Traits& ch_traits)
|
||||
{
|
||||
typedef typename Traits::Point_2 Point;
|
||||
typedef typename Traits::Segment_2 Segment;
|
||||
typedef typename Traits::Equal_2 Equal_2;
|
||||
|
||||
typename Traits::Left_turn_2 left_turn = ch_traits.left_turn_2_object();
|
||||
|
|
|
|||
Loading…
Reference in New Issue