rm unused variable

This commit is contained in:
Michael Hemmer 2008-05-16 07:39:56 +00:00
parent a2f221b666
commit ca4450f1a4
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}