MIN and MAX macros are not used. --- profiles/audio/a2dp.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/profiles/audio/a2dp.c b/profiles/audio/a2dp.c index aef998a..ac5c513 100644 --- a/profiles/audio/a2dp.c +++ b/profiles/audio/a2dp.c @@ -52,14 +52,6 @@ #define SUSPEND_TIMEOUT 5 #define RECONFIGURE_TIMEOUT 500 -#ifndef MIN -# define MIN(x, y) ((x) < (y) ? (x) : (y)) -#endif - -#ifndef MAX -# define MAX(x, y) ((x) > (y) ? (x) : (y)) -#endif - struct a2dp_sep { struct a2dp_server *server; struct a2dp_endpoint *endpoint; -- 1.8.0 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html