Remove redefinition of UNUSED
This commit is contained in:
parent
a93cb04361
commit
0d9065274e
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user