profiling: cleanup, remove MIN declaration

pull/1752/head
Victor Julien 10 years ago
parent a4089873c7
commit b03c288d9a

@ -38,10 +38,6 @@
#ifdef PROFILING
#ifndef MIN
#define MIN(a, b) (((a) < (b)) ? (a) : (b))
#endif
/**
* Extra data for rule profiling.
*/

Loading…
Cancel
Save