From: Timo Sirainen Date: Fri, 13 Jun 2008 07:05:55 +0000 (+0300) Subject: Removed accidentally committed debug code. X-Git-Tag: 1.2.alpha1~299 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b2d49fdfdadc20e75330400c875d07b0e4da0faa;p=thirdparty%2Fdovecot%2Fcore.git Removed accidentally committed debug code. --HG-- branch : HEAD --- diff --git a/src/lib/mempool-system-clean.c b/src/lib/mempool-system-clean.c index 6d7eb0f58e..6395d5cf4c 100644 --- a/src/lib/mempool-system-clean.c +++ b/src/lib/mempool-system-clean.c @@ -25,7 +25,6 @@ # define EXTRA_SIZE_SPACE SIZEOF_VOID_P #endif -#undef HAVE_MALLOC_USABLE_SIZE static const char *pool_system_clean_get_name(pool_t pool); static void pool_system_clean_ref(pool_t pool); static void pool_system_clean_unref(pool_t *pool);