From 2a387ede816071e9e3a8f7e4e5c969bc7da45c59 Mon Sep 17 00:00:00 2001 From: Marc Glisse Date: Wed, 7 May 2014 19:37:53 +0200 Subject: [PATCH] Remove unused check_dimension_lt. --- Kernel_23/include/CGAL/Dimension.h | 8 -------- .../include/CGAL/NewKernel_d/LA_eigen/constructors.h | 1 - 2 files changed, 9 deletions(-) diff --git a/Kernel_23/include/CGAL/Dimension.h b/Kernel_23/include/CGAL/Dimension.h index 6a6c7cf8759..b0e8a9f2d3a 100644 --- a/Kernel_23/include/CGAL/Dimension.h +++ b/Kernel_23/include/CGAL/Dimension.h @@ -40,14 +40,6 @@ const int UNKNOWN_DIMENSION=(unsigned)-1/2; // Check that dimension d1 is fine for a kernel of dimension d2. // If d2 is unknown, any d1 is fine. -inline bool check_dimension_lt(int d1, int d2){ - //return (d2==UNKNOWN_DIMENSION)||(d1