From b03c288d9a3776aee4e20667f5b7757b18fedea6 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Mon, 2 Nov 2015 23:00:42 +0100 Subject: [PATCH] profiling: cleanup, remove MIN declaration --- src/util-profiling-rules.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/util-profiling-rules.c b/src/util-profiling-rules.c index 2f4ec5c75e..6ba77e5142 100644 --- a/src/util-profiling-rules.c +++ b/src/util-profiling-rules.c @@ -38,10 +38,6 @@ #ifdef PROFILING -#ifndef MIN -#define MIN(a, b) (((a) < (b)) ? (a) : (b)) -#endif - /** * Extra data for rule profiling. */ -- 2.47.2