diff -r bb40b6db0a58 -r f6899946c1ac lemon/concepts/heap.h --- a/lemon/concepts/heap.h Sat Sep 27 14:33:28 2008 +0200 +++ b/lemon/concepts/heap.h Tue Sep 30 20:53:18 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) {}