git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4390eb
)
* removed forgotten debugging assert
author
Michal Voců
<michal@ruk.cuni.cz>
Tue, 18 Jan 2005 12:33:15 +0000
(12:33 +0000)
committer
Michal Voců
<michal@ruk.cuni.cz>
Tue, 18 Jan 2005 12:33:15 +0000
(12:33 +0000)
org.glite.lb.logger/src/event_queue.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.logger/src/event_queue.c
b/org.glite.lb.logger/src/event_queue.c
index
97d8c83
..
7161505
100644
(file)
--- a/
org.glite.lb.logger/src/event_queue.c
+++ b/
org.glite.lb.logger/src/event_queue.c
@@
-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;