From d8ea0f44033193f63314fe4b50c2e8406e06ba38 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Tue, 30 May 2023 15:07:09 +0200 Subject: [PATCH] Remove unused Z_ARG() macro Signed-off-by: Alejandro Colomar --- zconf.h | 4 ---- zconf.h.cmakein | 4 ---- zconf.h.in | 4 ---- 3 files changed, 12 deletions(-) diff --git a/zconf.h b/zconf.h index 7e878a0516..6e599e18c8 100644 --- a/zconf.h +++ b/zconf.h @@ -265,10 +265,6 @@ /* Type declarations */ -#ifndef Z_ARG /* function prototypes for stdarg */ -# define Z_ARG(args) args -#endif - /* The following definitions for FAR are needed only for MSDOS mixed * model programming (small or medium model with some far allocations). * This was tested only with MSC; for other MSDOS compilers you may have diff --git a/zconf.h.cmakein b/zconf.h.cmakein index e907998c38..5ed63ba821 100644 --- a/zconf.h.cmakein +++ b/zconf.h.cmakein @@ -267,10 +267,6 @@ /* Type declarations */ -#ifndef Z_ARG /* function prototypes for stdarg */ -# define Z_ARG(args) args -#endif - /* The following definitions for FAR are needed only for MSDOS mixed * model programming (small or medium model with some far allocations). * This was tested only with MSC; for other MSDOS compilers you may have diff --git a/zconf.h.in b/zconf.h.in index 7e878a0516..6e599e18c8 100644 --- a/zconf.h.in +++ b/zconf.h.in @@ -265,10 +265,6 @@ /* Type declarations */ -#ifndef Z_ARG /* function prototypes for stdarg */ -# define Z_ARG(args) args -#endif - /* The following definitions for FAR are needed only for MSDOS mixed * model programming (small or medium model with some far allocations). * This was tested only with MSC; for other MSDOS compilers you may have