remove unused parameter

This commit is contained in:
Andreas Fabri 2015-05-29 08:49:31 +02:00
parent a58e024788
commit 5ffa02c796
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ typedef CGAL::Triangulation_2<Kernel> Triangulation_2;
template <typename P>
void
fct(const P& p)
fct(const P& )
{
typedef typename boost::graph_traits<P>::vertex_descriptor vertex_descriptor;