diff options
Diffstat (limited to 'libcgroup.h')
-rw-r--r-- | libcgroup.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libcgroup.h b/libcgroup.h index dee4648..08613cf 100644 --- a/libcgroup.h +++ b/libcgroup.h @@ -43,12 +43,6 @@ __BEGIN_DECLS /* Estimated number of groups created */ #define MAX_GROUP_ELEMENTS 128 -#ifdef CGROUP_DEBUG -#define dbg(x...) printf(x) -#else -#define dbg(x...) do {} while(0) -#endif - /* * NOTE: Wide characters are not supported at the moment. Wide character support * would require us to use a scanner/parser that can parse beyond ASCII |