Remove unused variable name

This commit is contained in:
Andreas Fabri 2013-09-17 09:36:35 +02:00
parent 03228c258f
commit aa1d4e57f2
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ public:
}
Intrusive_list(const Intrusive_list& rhs)
Intrusive_list(const Intrusive_list& )
{
CGAL_assertion(false);
}