mirror of https://github.com/CGAL/cgal
remove unused parameter
This commit is contained in:
parent
a58e024788
commit
5ffa02c796
|
|
@ -18,7 +18,7 @@ typedef CGAL::Triangulation_2<Kernel> Triangulation_2;
|
||||||
|
|
||||||
template <typename P>
|
template <typename P>
|
||||||
void
|
void
|
||||||
fct(const P& p)
|
fct(const P& )
|
||||||
{
|
{
|
||||||
typedef typename boost::graph_traits<P>::vertex_descriptor vertex_descriptor;
|
typedef typename boost::graph_traits<P>::vertex_descriptor vertex_descriptor;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue