[CLEANUP] remove dirty left-over of a debugging message
This debug message was added in commit e9b2602a and not noticed once committed.
This commit is contained in:
parent
61a40c7402
commit
46fa8355c0
@ -1038,7 +1038,6 @@ void run_poll_loop()
|
|||||||
static struct task *manage_global_listener_queue(struct task *t)
|
static struct task *manage_global_listener_queue(struct task *t)
|
||||||
{
|
{
|
||||||
int next = TICK_ETERNITY;
|
int next = TICK_ETERNITY;
|
||||||
fprintf(stderr, "coucou!\n");
|
|
||||||
/* queue is empty, nothing to do */
|
/* queue is empty, nothing to do */
|
||||||
if (LIST_ISEMPTY(&global_listener_queue))
|
if (LIST_ISEMPTY(&global_listener_queue))
|
||||||
goto out;
|
goto out;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user