remove unused variable

This commit is contained in:
Sébastien Loriot 2021-10-22 17:13:18 +02:00
parent 8534f47845
commit 1036f2d908
1 changed files with 0 additions and 1 deletions

View File

@ -283,7 +283,6 @@ template <class K>
typename Segment_2_Segment_2_pair<K>::Intersection_results
Segment_2_Segment_2_pair<K>::intersection_type() const
{
typename K::Construct_vector_2 construct_vector;
if (_result!=UNKNOWN)
return _result;