mirror of https://github.com/CGAL/cgal
remove unused variable
This commit is contained in:
parent
8534f47845
commit
1036f2d908
|
|
@ -283,7 +283,6 @@ template <class K>
|
||||||
typename Segment_2_Segment_2_pair<K>::Intersection_results
|
typename Segment_2_Segment_2_pair<K>::Intersection_results
|
||||||
Segment_2_Segment_2_pair<K>::intersection_type() const
|
Segment_2_Segment_2_pair<K>::intersection_type() const
|
||||||
{
|
{
|
||||||
typename K::Construct_vector_2 construct_vector;
|
|
||||||
if (_result!=UNKNOWN)
|
if (_result!=UNKNOWN)
|
||||||
return _result;
|
return _result;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue