NT_TYPE is not used anywhere

This commit is contained in:
Andreas Fabri 2016-10-17 16:45:47 +02:00 committed by Laurent Rineau
parent 36b34b3e63
commit 4b79bd484f
1 changed files with 0 additions and 6 deletions

View File

@ -109,12 +109,6 @@ public:
static const Polynomial<NT> & polyZero();
static const Polynomial<NT> & polyUnity();
static int NT_TYPE; // NT_TYPE = 1 if NT is integer type (int,long,BigInt)
// NT_TYPE = 2 if NT is BigFloat
// NT_TYPE = 3 if NT is BigRat
// NT_TYPE = 4 if NT is Expr
// Hack? NT_TYPE is needed for root bounds, etc.
// Constructors:
Polynomial(void); // the Zero Polynomial
Polynomial(int n); // construct the Unit Polynomial of nominal deg n>=0