mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +00:00
delete unneccessary comment
This commit is contained in:
@@ -48,7 +48,6 @@ void
|
|||||||
skynet_globalmq_push(struct message_queue * queue) {
|
skynet_globalmq_push(struct message_queue * queue) {
|
||||||
struct global_queue *q= Q;
|
struct global_queue *q= Q;
|
||||||
|
|
||||||
// only one thread can set the slot (change q->queue[tail] from NULL to queue)
|
|
||||||
LOCK(q)
|
LOCK(q)
|
||||||
assert(queue->next == NULL);
|
assert(queue->next == NULL);
|
||||||
if(q->tail) {
|
if(q->tail) {
|
||||||
|
|||||||
Reference in New Issue
Block a user