]> git.meshlink.io Git - catta/blobdiff - avahi-core/prioq.c
* add logging API and make all code make use of it
[catta] / avahi-core / prioq.c
index 7e57ae51e9fe0bd5b77b5267311fb967e421e068..ba98d2094c45ce170f4561885e471cd6198866c5 100644 (file)
@@ -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 {