From: Jaroslav Kysela Date: Fri, 7 Nov 2025 14:48:16 +0000 (+0100) Subject: include: remove local SNDMSG/SYSMSG defines (no longer used) X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=8c575f32e06ef84d1176ef86829b32ee89d06b91;p=alsa-lib.git include: remove local SNDMSG/SYSMSG defines (no longer used) Signed-off-by: Jaroslav Kysela --- 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 /*