From 5081fd5038e3410b255e70fa101fed16982ef3a0 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Thu, 29 Mar 2007 20:29:46 +0200 Subject: [PATCH] polyhedron_sample.c: remove redundant MAXRAYS define --- polyhedron_sample.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/polyhedron_sample.c b/polyhedron_sample.c index 6a4708c..03fb56a 100644 --- a/polyhedron_sample.c +++ b/polyhedron_sample.c @@ -2,12 +2,6 @@ #include #include "config.h" -#ifdef HAVE_GROWING_CHERNIKOVA -#define MAXRAYS (POL_NO_DUAL | POL_INTEGER) -#else -#define MAXRAYS 600 -#endif - int main(int argc, char **argv) { Matrix *M; -- 2.11.4.GIT