From 476f2da967b6437fcdf40b175aee620208ae93f3 Mon Sep 17 00:00:00 2001 From: Giles Bathgate Date: Sun, 16 May 2021 20:00:08 +0100 Subject: [PATCH] Remove unused SNC_decorator --- Nef_3/include/CGAL/Nef_3/SNC_k3_tree_traits.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Nef_3/include/CGAL/Nef_3/SNC_k3_tree_traits.h b/Nef_3/include/CGAL/Nef_3/SNC_k3_tree_traits.h index 29238db91f2..13e7f71c3d1 100644 --- a/Nef_3/include/CGAL/Nef_3/SNC_k3_tree_traits.h +++ b/Nef_3/include/CGAL/Nef_3/SNC_k3_tree_traits.h @@ -159,7 +159,6 @@ public: #ifdef CGAL_NEF_EXPLOIT_REFERENCE_COUNTING bool reference_counted; #endif - SNC_decorator D; Unique_hash_map OnSideMap; #ifdef CGAL_NEF_EXPLOIT_REFERENCE_COUNTING Unique_hash_map OnSideMapRC;