diff --git a/util.h b/util.h index 0d2307f3d..259fffddd 100644 --- a/util.h +++ b/util.h @@ -26,11 +26,7 @@ extern "C" { #endif -//#ifdef _MSC_VER void debugf(char const* str, ...); -//#else -//#define debugf printf -//#endif static inline uint32_t min_u32(uint32_t a, uint32_t b) {