From edbe8bb9e7d80040926991331ac771ed81bea59d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 29 Dec 2015 16:55:04 +0100 Subject: [PATCH] remove unused variable --- Convex_hull_2/include/CGAL/Convex_hull_2/ch_melkman_impl.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Convex_hull_2/include/CGAL/Convex_hull_2/ch_melkman_impl.h b/Convex_hull_2/include/CGAL/Convex_hull_2/ch_melkman_impl.h index 6abe21671fd..8e4dffdca34 100644 --- a/Convex_hull_2/include/CGAL/Convex_hull_2/ch_melkman_impl.h +++ b/Convex_hull_2/include/CGAL/Convex_hull_2/ch_melkman_impl.h @@ -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();