mirror of https://github.com/CGAL/cgal
Remove unused variable name
This commit is contained in:
parent
03228c258f
commit
aa1d4e57f2
|
|
@ -69,7 +69,7 @@ public:
|
|||
}
|
||||
|
||||
|
||||
Intrusive_list(const Intrusive_list& rhs)
|
||||
Intrusive_list(const Intrusive_list& )
|
||||
{
|
||||
CGAL_assertion(false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue