From 6dbb3e3b0c624b1e4d51e7f3034918fe58e95970 Mon Sep 17 00:00:00 2001 From: Pixel <> Date: Thu, 22 Mar 2001 12:37:28 +0000 Subject: Last bugfixe (?) --- lib/PCommon.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/PCommon.cc') diff --git a/lib/PCommon.cc b/lib/PCommon.cc index 1ceec6a..16a8a3f 100644 --- a/lib/PCommon.cc +++ b/lib/PCommon.cc @@ -46,10 +46,7 @@ PriorityList *PriorityList::GenericUnion(PriorityList * P) Key_t IKey; Datas_t IDatas; - cerr << "Dans l'union generique\n"; - while (!(P->IsEmpty())) { - cerr << "Extraction de la clef " << IKey << endl; IKey = P->Extract_Min(IDatas); Insert(IKey, IDatas); } -- cgit v1.2.3