mirror of https://github.com/CGAL/cgal
unsused parameter is used in debug mode
This commit is contained in:
parent
7479f988c3
commit
ceb1d7d9fc
|
|
@ -583,7 +583,7 @@ public:
|
|||
*/
|
||||
Comparison_result operator() (const X_monotone_curve_2& cv1,
|
||||
const X_monotone_curve_2& cv2,
|
||||
const Point_2& ) const
|
||||
const Point_2& p) const
|
||||
{
|
||||
CGAL_precondition (! cv1.is_degenerate());
|
||||
CGAL_precondition (! cv2.is_degenerate());
|
||||
|
|
|
|||
Loading…
Reference in New Issue