mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 19:25:52 +08:00
Removing dangling debugging macros
This commit is contained in:
parent
0f0486703b
commit
69cf7a349d
@ -25,21 +25,6 @@
|
||||
|
||||
#ifndef ART_H
|
||||
#define ART_H
|
||||
//#define DEBUG
|
||||
|
||||
#ifdef DEBUG
|
||||
#define ARTRACE(format, arg...)\
|
||||
do { \
|
||||
fprintf(stdout, "%s:%d:" format , __FUNCTION__, __LINE__,##arg); fflush(stdout);\
|
||||
} while (0)
|
||||
|
||||
#define ART_PRINT(format, arg...) fprintf(stdout, "" format , ##arg); fflush(stdout);
|
||||
|
||||
#else //NO DEBUG
|
||||
|
||||
|
||||
#define ART_PRINT(format, arg...)
|
||||
#endif //DEBUG
|
||||
|
||||
|
||||
struct art_iterator;
|
||||
|
Loading…
x
Reference in New Issue
Block a user