summaryrefslogtreecommitdiffstats
path: root/avahi-core/prioq.c
diff options
context:
space:
mode:
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 {