From c9454b616a60f0d476333b655458c81830562f9a Mon Sep 17 00:00:00 2001 From: Gustav Simonsson Date: Thu, 7 May 2015 01:17:27 +0200 Subject: [PATCH] Add comment about stack probing and remove unused ifdefs --- util.h | 4 ---- 1 file changed, 4 deletions(-) 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) {