From e1ad4dbd77ba8368b2fff286963cc232a1b9081d Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 30 Jun 2017 08:51:40 +0100 Subject: [PATCH] [Minor] Do not redefine uthash allocation routines --- config.h.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config.h.in b/config.h.in index d51af0e2f..35293858b 100644 --- a/config.h.in +++ b/config.h.in @@ -182,10 +182,6 @@ #endif /* BYTE_ORDER */ -/* Configure allocator */ -#define uthash_malloc(sz) g_slice_alloc(sz) -#define uthash_free(ptr,sz) g_slice_free1(sz, ptr) - #define RSPAMD_CONFDIR "${CONFDIR}" #define RSPAMD_LOCAL_CONFDIR "${LOCAL_CONFDIR}" #define RSPAMD_RUNDIR "${RUNDIR}" -- 2.39.5