From c0244c2448a5504581ae24e78b5859760b999b8e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 11 Jun 2005 11:10:57 +0000 Subject: * add logging API and make all code make use of it git-svn-id: file:///home/lennart/svn/public/avahi/trunk@112 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-core/prioq.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'avahi-core/prioq.c') diff --git a/avahi-core/prioq.c b/avahi-core/prioq.c index 7e57ae5..ba98d20 100644 --- a/avahi-core/prioq.c +++ b/avahi-core/prioq.c @@ -356,12 +356,6 @@ void avahi_prio_queue_remove(AvahiPrioQueue *q, AvahiPrioQueueNode *n) { if (n->parent) { g_assert(n->prev); if (n->parent->left == n) { - if (n->parent->right != NULL) { - g_message("fuck"); - for (;;); - - } - g_assert(n->parent->right == NULL); n->parent->left = NULL; } else { -- cgit