mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-25 04:33:05 +00:00
remove unused macro
This commit is contained in:
@@ -14,9 +14,6 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#define BLACKHOLE "blackhole"
|
|
||||||
#define DEFAULT_MESSAGE_QUEUE 16
|
|
||||||
|
|
||||||
#ifdef CALLING_CHECK
|
#ifdef CALLING_CHECK
|
||||||
|
|
||||||
#define CHECKCALLING_BEGIN(ctx) assert(__sync_lock_test_and_set(&ctx->calling,1) == 0);
|
#define CHECKCALLING_BEGIN(ctx) assert(__sync_lock_test_and_set(&ctx->calling,1) == 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user