maint: avoid new syntax-check failures
[debian/gzip] / gzip.c
diff --git a/gzip.c b/gzip.c
index d89bc24a20d9c22da587af21922d20cdc15eed72..16530aa99baf449022da9920171fe4f2444f19b2 100644 (file)
--- a/gzip.c
+++ b/gzip.c
@@ -121,10 +121,6 @@ static char const *const license_msg[] = {
 #define OFF_T_MAX (~ (off_t) 0 - OFF_T_MIN)
 #endif
 
-#ifndef SIGPIPE
-# define SIGPIPE 0
-#endif
-
 /* Use SA_NOCLDSTOP as a proxy for whether the sigaction machinery is
    present.  */
 #ifndef SA_NOCLDSTOP