Remove redefinition of UNUSED

This commit is contained in:
Luis Diaz Mas 2018-08-23 19:11:28 +02:00 committed by Luis Díaz Más
parent a93cb04361
commit 0d9065274e

View File

@ -11,8 +11,6 @@
#include <cassert>
#include <cmath>
#define UNUSED(expr) do { (void)(expr); } while (0)
bool isEqual(float a, float b)
{
double d = std::fabs(a - b);