rm unused variable

This commit is contained in:
Michael Hemmer 2008-04-09 12:11:53 +00:00
parent cab843595b
commit 93284571db
1 changed files with 1 additions and 1 deletions

View File

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