diff -r 47fbc814aa31 -r cbe3ec2d59d2 lemon/concepts/heap.h --- a/lemon/concepts/heap.h Wed Oct 01 12:44:16 2008 +0200 +++ b/lemon/concepts/heap.h Wed Oct 01 13:56:40 2008 +0200 @@ -129,7 +129,6 @@ /// already stored in the heap. /// Otherwise it inserts the given item with the given priority. /// - /// It may throw an \ref UnderflowPriorityException. /// \param i The item. /// \param p The priority. void set(const Item &i, const Prio &p) {}