diff --git a/spa/tests/test-ump-utils.c b/spa/tests/test-ump-utils.c index bd1da2087..0ee4ecdcd 100644 --- a/spa/tests/test-ump-utils.c +++ b/spa/tests/test-ump-utils.c @@ -7,15 +7,6 @@ #include -#define spa_assert(cond) \ - do { \ - if (SPA_UNLIKELY(!(cond))) { \ - fprintf(stderr, "FAIL: %s at %s:%d\n", \ - #cond, __FILE__, __LINE__); \ - abort(); \ - } \ - } while (0) - /* spa_ump_from_midi returns bytes (size * 4) */ /* spa_ump_to_midi returns number of MIDI bytes written */