remove unused macro

This commit is contained in:
云风
2012-09-04 11:04:48 +08:00
parent 338788553c
commit 8a839a6dae

View File

@@ -14,9 +14,6 @@
#include <stdint.h>
#include <stdio.h>
#define BLACKHOLE "blackhole"
#define DEFAULT_MESSAGE_QUEUE 16
#ifdef CALLING_CHECK
#define CHECKCALLING_BEGIN(ctx) assert(__sync_lock_test_and_set(&ctx->calling,1) == 0);