mirror of https://github.com/CGAL/cgal
Remove two unused variables
This commit is contained in:
parent
7ff4e8f690
commit
fbb39f99ec
|
|
@ -1697,7 +1697,6 @@ namespace CGAL {
|
||||||
void unsew_0(Dart_handle adart)
|
void unsew_0(Dart_handle adart)
|
||||||
{
|
{
|
||||||
CGAL_assertion( adart!=NULL && !adart->template is_free<0>() );
|
CGAL_assertion( adart!=NULL && !adart->template is_free<0>() );
|
||||||
Dart_handle d2=NULL;
|
|
||||||
|
|
||||||
int m=get_new_mark();
|
int m=get_new_mark();
|
||||||
std::deque<Dart_handle> dartv;
|
std::deque<Dart_handle> dartv;
|
||||||
|
|
@ -1752,7 +1751,6 @@ namespace CGAL {
|
||||||
void unsew_1(Dart_handle adart)
|
void unsew_1(Dart_handle adart)
|
||||||
{
|
{
|
||||||
CGAL_assertion( adart!=NULL && !adart->is_free(1) );
|
CGAL_assertion( adart!=NULL && !adart->is_free(1) );
|
||||||
Dart_handle d2 = NULL;
|
|
||||||
|
|
||||||
int m = get_new_mark();
|
int m = get_new_mark();
|
||||||
std::deque<Dart_handle> dartv;
|
std::deque<Dart_handle> dartv;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue