removed unused type

This commit is contained in:
Andreas Fabri 2015-01-14 11:43:15 +01:00
parent 9b4a1f219f
commit e5fca48f26
1 changed files with 0 additions and 1 deletions

View File

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