* removed forgotten debugging assert
authorMichal Voců <michal@ruk.cuni.cz>
Tue, 18 Jan 2005 12:33:15 +0000 (12:33 +0000)
committerMichal Voců <michal@ruk.cuni.cz>
Tue, 18 Jan 2005 12:33:15 +0000 (12:33 +0000)
org.glite.lb.logger/src/event_queue.c

index 97d8c83..7161505 100644 (file)
@@ -217,7 +217,6 @@ event_queue_remove(struct event_queue *eq)
 
   /* this is critical section */
   event_queue_lock(eq);
-  assert((eq->head != NULL) || (eq->tail == NULL));
 #if defined(INTERLOGD_EMS)
   el = eq->mark_this;
   prev = eq->mark_prev;