From: Nathan Moinvaziri Date: Sun, 20 Sep 2020 01:50:10 +0000 (-0700) Subject: Remove unused F_OPEN preprocessor macro. X-Git-Tag: 1.9.9-b1~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf14b8e255452e55b92f2e8e4b4cbd25961433ca;p=thirdparty%2Fzlib-ng.git Remove unused F_OPEN preprocessor macro. --- diff --git a/zutil.h b/zutil.h index 12236203..497cb22b 100644 --- a/zutil.h +++ b/zutil.h @@ -132,10 +132,6 @@ extern z_const char * const PREFIX(z_errmsg)[10]; /* indexed by 2-zlib_error */ #ifndef OS_CODE # define OS_CODE 3 /* assume Unix */ -#endif - -#ifndef F_OPEN -# define F_OPEN(name, mode) fopen((name), (mode)) #endif /* functions */