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