From 1036f2d908364bb65ec83b5246357bf28ff355e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Fri, 22 Oct 2021 17:13:18 +0200 Subject: [PATCH] remove unused variable --- .../include/CGAL/Intersections_2/Segment_2_Segment_2.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Intersections_2/include/CGAL/Intersections_2/Segment_2_Segment_2.h b/Intersections_2/include/CGAL/Intersections_2/Segment_2_Segment_2.h index 3b212871857..d7494b3892d 100644 --- a/Intersections_2/include/CGAL/Intersections_2/Segment_2_Segment_2.h +++ b/Intersections_2/include/CGAL/Intersections_2/Segment_2_Segment_2.h @@ -283,7 +283,6 @@ template typename Segment_2_Segment_2_pair::Intersection_results Segment_2_Segment_2_pair::intersection_type() const { - typename K::Construct_vector_2 construct_vector; if (_result!=UNKNOWN) return _result;