diff --git a/include/xbps_api_impl.h b/include/xbps_api_impl.h index 4629aab7..f04be1f5 100644 --- a/include/xbps_api_impl.h +++ b/include/xbps_api_impl.h @@ -47,12 +47,6 @@ #define __UNCONST(a) ((void *)(unsigned long)(const void *)(a)) #endif -#ifdef DEBUG -#define DPRINTF(x) printf x -#else -#define DPRINTF(x) -#endif - /* * By default all public functions have default visibility, unless * gcc >= 4.x and the HIDDEN definition is used.