removed additional definition of Total_degree and Degree in

Polynoial_traits_base<ICoeff>
This commit is contained in:
Michael Hemmer 2008-01-09 17:21:53 +00:00
parent a1b9caf430
commit a972fb81d7
1 changed files with 0 additions and 2 deletions

View File

@ -269,8 +269,6 @@ class Polynomial_traits_d_base {
typedef Null_functor Construct_polynomial;
typedef Null_functor Get_coefficient;
typedef Null_functor Degree;
typedef Null_functor Total_degree;
typedef Null_functor Leading_coefficient;
typedef Null_functor Univariate_content;
typedef Null_functor Multivariate_content;