mirror of https://github.com/CGAL/cgal
remove unused parameter
This commit is contained in:
parent
88a5f1f46c
commit
37636ee34b
|
|
@ -51,7 +51,7 @@ public:
|
||||||
|
|
||||||
handle update ( value_type const& v, handle h ) { mHeap.update(v); return h ; }
|
handle update ( value_type const& v, handle h ) { mHeap.update(v); return h ; }
|
||||||
|
|
||||||
handle erase ( value_type const& v, handle h ) { mHeap.remove(v); return null_handle() ; }
|
handle erase ( value_type const& v, handle ) { mHeap.remove(v); return null_handle() ; }
|
||||||
|
|
||||||
value_type top() const { return mHeap.top() ; }
|
value_type top() const { return mHeap.top() ; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue