From c358b646ad6ff8fac733a2563df0d330e02ff2e5 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 24 Apr 2012 09:22:52 -0700 Subject: [PATCH] gzip: remove CLOSEDIR * gzip.c (CLOSEDIR): Remove; no longer used. --- gzip.c | 6 ------ 1 file changed, 6 deletions(-) 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 -- 2.47.2