From fbb39f99ec4366be8c0051afd2144b80fa809910 Mon Sep 17 00:00:00 2001 From: Guillaume Damiand Date: Fri, 15 Feb 2013 08:37:03 +0100 Subject: [PATCH] Remove two unused variables --- Combinatorial_map/include/CGAL/Combinatorial_map.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Combinatorial_map/include/CGAL/Combinatorial_map.h b/Combinatorial_map/include/CGAL/Combinatorial_map.h index 58a0148bf91..2a5c2fd914d 100644 --- a/Combinatorial_map/include/CGAL/Combinatorial_map.h +++ b/Combinatorial_map/include/CGAL/Combinatorial_map.h @@ -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 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 dartv;