From 0d9065274e140cfb4859894bbf9542f35ba808a3 Mon Sep 17 00:00:00 2001 From: Luis Diaz Mas Date: Thu, 23 Aug 2018 19:11:28 +0200 Subject: [PATCH] Remove redefinition of UNUSED --- samples/xmpsample.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/samples/xmpsample.cpp b/samples/xmpsample.cpp index 7a9bd60d..9a4e7b9c 100644 --- a/samples/xmpsample.cpp +++ b/samples/xmpsample.cpp @@ -11,8 +11,6 @@ #include #include -#define UNUSED(expr) do { (void)(expr); } while (0) - bool isEqual(float a, float b) { double d = std::fabs(a - b);