X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-core%2Fprioq.c;h=ba98d2094c45ce170f4561885e471cd6198866c5;hb=8c585e0162e7d773a18ef179e7e8561c2aa71e17;hp=7e57ae51e9fe0bd5b77b5267311fb967e421e068;hpb=c58379bde376cb2298fca14f83a86626f1b76f2f;p=catta 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 {