From 2da2f121c8f8524984792775769f38c36b735aa0 Mon Sep 17 00:00:00 2001 From: xjdrew Date: Thu, 4 Dec 2014 16:16:17 +0800 Subject: [PATCH] delete unneccessary comment --- skynet-src/skynet_mq.c | 1 - 1 file changed, 1 deletion(-) 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) {