]> www.ginac.de Git - ginac.git/commitdiff
Remove obsolete debug #include file from factor.cpp.
authorRichard Kreckel <kreckel@ginac.de>
Mon, 3 Aug 2020 17:20:56 +0000 (19:20 +0200)
committerRichard Kreckel <kreckel@ginac.de>
Mon, 3 Aug 2020 17:20:56 +0000 (19:20 +0200)
ginac/factor.cpp

index f53642a2bb7e88504073b14d1bd9e33cecc88f78..dbe3ed3ea3bf2c494650cd13e3b0a190c6f77dc0 100644 (file)
@@ -2592,7 +2592,3 @@ ex factor(const ex& poly, unsigned options)
 }
 
 } // namespace GiNaC
-
-#ifdef DEBUGFACTOR
-#include "test.h"
-#endif