summaryrefslogtreecommitdiffstats
path: root/avahi-core/prioq.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-06-11 11:10:57 +0000
committerLennart Poettering <lennart@poettering.net>2005-06-11 11:10:57 +0000
commitc0244c2448a5504581ae24e78b5859760b999b8e (patch)
tree36f494e426c66eac524064ec87e547d4868fe887 /avahi-core/prioq.c
parentcc13c12d162239446a01c3f1d322cf9704379253 (diff)
* 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
Diffstat (limited to 'avahi-core/prioq.c')
-rw-r--r--avahi-core/prioq.c6
1 files changed, 0 insertions, 6 deletions
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 {