mirror of https://github.com/CGAL/cgal
rm unused variable
This commit is contained in:
parent
cab843595b
commit
93284571db
|
|
@ -38,7 +38,7 @@ class Algebraic_extension_traits<CGAL::Sqrt_extension<COEFF,ROOT> > {
|
|||
public:
|
||||
typedef Type_ argument_type;
|
||||
typedef Type_ result_type;
|
||||
Type_ operator () (const Type_& a) const {
|
||||
Type_ operator () (const Type_&) const {
|
||||
return Type_(1);
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue