From 75ff98e4d65862ff5b36b533b4f6e3ea71ede1d5 Mon Sep 17 00:00:00 2001 From: Tuowen Zhao Date: Sat, 17 Sep 2016 03:22:53 +0000 Subject: cmake build --- chilldebug.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 chilldebug.h (limited to 'chilldebug.h') diff --git a/chilldebug.h b/chilldebug.h deleted file mode 100644 index 4abbb82..0000000 --- a/chilldebug.h +++ /dev/null @@ -1,11 +0,0 @@ - -// a central place to turn on debugging messages - -// enable the next line to get lots of output -//#define DEBUGCHILL - -#ifdef DEBUGCHILL -#define DEBUG_PRINT(args...) fprintf(stderr, args ) -#else -#define DEBUG_PRINT(args...) /* Don't do anything */ -#endif -- cgit v1.2.3-70-g09d2