From 3f635df97edbb85f55f8e991e5f00d94f4132a14 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Wed, 17 Jan 2024 18:20:32 -0800 Subject: Remove unused Z_ARG macro. --- zconf.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'zconf.h') diff --git a/zconf.h b/zconf.h index fb76ffe..9baa952 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 -- cgit v1.2.3-55-g6feb