From 02e715352f18c7a1946f9bf736cf4d5b010594c7 Mon Sep 17 00:00:00 2001 From: erg Date: Thu, 11 Jun 2009 19:13:56 +0000 Subject: [PATCH] Remove unnecessary #ifdef --- lib/neatogen/overlap.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/neatogen/overlap.c b/lib/neatogen/overlap.c index 93e72e7ce..6a7fccffb 100644 --- a/lib/neatogen/overlap.c +++ b/lib/neatogen/overlap.c @@ -18,7 +18,6 @@ #include "config.h" #endif -#if ((defined(HAVE_GTS) || defined(HAVE_TRIANGLE)) && defined(SFDP)) #include "SparseMatrix.h" #include "overlap.h" #include "call_tri.h" @@ -512,4 +511,3 @@ void remove_overlap(int dim, SparseMatrix A, int m, real *x, real *label_sizes, #endif } -#endif -- 2.50.1