mirror of https://github.com/CGAL/cgal
removed unused type
This commit is contained in:
parent
9b4a1f219f
commit
e5fca48f26
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue