From: Victor Julien Date: Mon, 2 Nov 2015 22:00:42 +0000 (+0100) Subject: profiling: cleanup, remove MIN declaration X-Git-Tag: suricata-3.0RC1~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b03c288d9a3776aee4e20667f5b7757b18fedea6;p=thirdparty%2Fsuricata.git profiling: cleanup, remove MIN declaration --- 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. */