mirror of https://github.com/CGAL/cgal
rm unused variable
This commit is contained in:
parent
a2f221b666
commit
ca4450f1a4
|
|
@ -54,7 +54,7 @@ bool may_have_common_factor(
|
|||
// This function returns true, since the filter is not applicable
|
||||
template< typename Polynomial >
|
||||
bool may_have_common_factor(
|
||||
const Polynomial& p1, const Polynomial& p2, CGAL::Tag_false){
|
||||
const Polynomial&, const Polynomial&, CGAL::Tag_false){
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue