From faa249aef0989529a46a4b4910155bed01f9ec38 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Wed, 4 Apr 2001 21:51:19 +0000 Subject: [PATCH] * removed some obsolete stuff. --- ginac/ex.cpp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/ginac/ex.cpp b/ginac/ex.cpp index f2dab641..521ee1e1 100644 --- a/ginac/ex.cpp +++ b/ginac/ex.cpp @@ -23,14 +23,7 @@ #include #include -#if defined(VERBOSE) -# define GINAC_CONDITIONAL_INLINE -# include "ex.h" -# undef GINAC_CONDITIONAL_INLINE -#else -# include "ex.h" -#endif - +#include "ex.h" #include "add.h" #include "mul.h" #include "ncmul.h" @@ -403,7 +396,6 @@ void ex::construct_from_basic(const basic & other) bp->setflag(status_flags::dynallocated); } GINAC_ASSERT(bp!=0); - // bp->clearflag(status_flags::evaluated); ++bp->refcount; } GINAC_ASSERT(bp!=0); -- 2.44.0