mirror of https://github.com/CGAL/cgal
removed unused parameters
This commit is contained in:
parent
632327f357
commit
68a24117bb
|
|
@ -213,7 +213,7 @@ public:
|
|||
};
|
||||
struct Is_finite: public Unary_function<mpz_class,bool> {
|
||||
template <typename T, typename U>
|
||||
bool operator()( const ::__gmp_expr< T , U >& x) const {
|
||||
bool operator()( const ::__gmp_expr< T , U >& ) const {
|
||||
CGAL_CHECK_GMP_EXPR;
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue