remove unused typedef

This commit is contained in:
Andreas Fabri 2015-01-15 12:51:28 +01:00
parent e5fca48f26
commit c8beb40409
1 changed files with 0 additions and 1 deletions

View File

@ -141,7 +141,6 @@ struct Solve_z_1{
template <class OutputIterator>
OutputIterator operator()(const Polynomial_1 &p,
OutputIterator res)const{
typedef std::pair<Polynomial_1,int> polmult;
typedef std::pair<ZPolynomial_1,int> zpolmult;
typedef std::vector<zpolmult> zsqvec;