Remove two unused variables

This commit is contained in:
Guillaume Damiand 2013-02-15 08:37:03 +01:00
parent 7ff4e8f690
commit fbb39f99ec
1 changed files with 0 additions and 2 deletions

View File

@ -1697,7 +1697,6 @@ namespace CGAL {
void unsew_0(Dart_handle adart)
{
CGAL_assertion( adart!=NULL && !adart->template is_free<0>() );
Dart_handle d2=NULL;
int m=get_new_mark();
std::deque<Dart_handle> dartv;
@ -1752,7 +1751,6 @@ namespace CGAL {
void unsew_1(Dart_handle adart)
{
CGAL_assertion( adart!=NULL && !adart->is_free(1) );
Dart_handle d2 = NULL;
int m = get_new_mark();
std::deque<Dart_handle> dartv;