From 4eff40dfafb72aeb484910c9ecef791b95332e9f Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Mon, 3 Aug 2020 19:20:56 +0200 Subject: [PATCH] Remove obsolete debug #include file from factor.cpp. --- ginac/factor.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ginac/factor.cpp b/ginac/factor.cpp index f53642a2..dbe3ed3e 100644 --- a/ginac/factor.cpp +++ b/ginac/factor.cpp @@ -2592,7 +2592,3 @@ ex factor(const ex& poly, unsigned options) } } // namespace GiNaC - -#ifdef DEBUGFACTOR -#include "test.h" -#endif -- 2.44.0