From: Paul Eggert Date: Tue, 24 Apr 2012 16:22:52 +0000 (-0700) Subject: gzip: remove CLOSEDIR X-Git-Tag: v1.5~4 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=c358b646ad6ff8fac733a2563df0d330e02ff2e5;p=debian%2Fgzip gzip: remove CLOSEDIR * gzip.c (CLOSEDIR): Remove; no longer used. --- diff --git a/gzip.c b/gzip.c index b792a47..35b3603 100644 --- a/gzip.c +++ b/gzip.c @@ -91,12 +91,6 @@ static char const *const license_msg[] = { # include #endif -#ifdef CLOSEDIR_VOID -# define CLOSEDIR(d) (closedir(d), 0) -#else -# define CLOSEDIR(d) closedir(d) -#endif - #ifndef NO_UTIME # include #endif