diff --git a/skynet-src/skynet_mq.c b/skynet-src/skynet_mq.c index 51f47ef1..098cb210 100644 --- a/skynet-src/skynet_mq.c +++ b/skynet-src/skynet_mq.c @@ -48,7 +48,6 @@ void skynet_globalmq_push(struct message_queue * queue) { struct global_queue *q= Q; - // only one thread can set the slot (change q->queue[tail] from NULL to queue) LOCK(q) assert(queue->next == NULL); if(q->tail) {