From 8c575f32e06ef84d1176ef86829b32ee89d06b91 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 7 Nov 2025 15:48:16 +0100 Subject: [PATCH] include: remove local SNDMSG/SYSMSG defines (no longer used) Signed-off-by: Jaroslav Kysela --- include/local.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/local.h b/include/local.h index a9f8c126..a6996759 100644 --- a/include/local.h +++ b/include/local.h @@ -274,12 +274,8 @@ size_t snd_strlcat(char *dst, const char *src, size_t size); */ #ifndef NDEBUG #define CHECK_SANITY(x) x -#define SNDMSG(args...) snd_lib_check(0, __FILE__, __LINE__, __func__, 0, ##args) -#define SYSMSG(args...) snd_lib_check(0, __FILE__, __LINE__, __func__, errno, ##args) #else #define CHECK_SANITY(x) 0 /* not evaluated */ -#define SNDMSG(args...) /* nop */ -#define SYSMSG(args...) /* nop */ #endif /* -- 2.47.3