From 3f635df97edbb85f55f8e991e5f00d94f4132a14 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Wed, 17 Jan 2024 18:20:32 -0800 Subject: [PATCH] Remove unused Z_ARG macro. --- zconf.h | 8 -------- zconf.h.cmakein | 8 -------- zconf.h.in | 8 -------- 3 files changed, 24 deletions(-) diff --git a/zconf.h b/zconf.h index fb76ffe3..9baa9527 100644 --- a/zconf.h +++ b/zconf.h @@ -300,14 +300,6 @@ # endif #endif -#ifndef Z_ARG /* function prototypes for stdarg */ -# if defined(STDC) || defined(Z_HAVE_STDARG_H) -# define Z_ARG(args) args -# else -# define Z_ARG(args) () -# endif -#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 310c4392..51558cef 100644 --- a/zconf.h.cmakein +++ b/zconf.h.cmakein @@ -302,14 +302,6 @@ # endif #endif -#ifndef Z_ARG /* function prototypes for stdarg */ -# if defined(STDC) || defined(Z_HAVE_STDARG_H) -# define Z_ARG(args) args -# else -# define Z_ARG(args) () -# endif -#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 fb76ffe3..9baa9527 100644 --- a/zconf.h.in +++ b/zconf.h.in @@ -300,14 +300,6 @@ # endif #endif -#ifndef Z_ARG /* function prototypes for stdarg */ -# if defined(STDC) || defined(Z_HAVE_STDARG_H) -# define Z_ARG(args) args -# else -# define Z_ARG(args) () -# endif -#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