From: Andre Noll Date: Mon, 17 Mar 2008 06:36:40 +0000 (+0100) Subject: Kill unused error code SIGNAL_READ. X-Git-Tag: v0.3.2~61^2~1 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=db2953d4922b4afb303ca73c75d53a2dbba3acd6 Kill unused error code SIGNAL_READ. --- diff --git a/error.h b/error.h index df2a240c..b9e19f55 100644 --- a/error.h +++ b/error.h @@ -263,7 +263,6 @@ extern const char **para_errlist[]; #define SIGNAL_ERRORS \ PARA_ERROR(SIGNAL_SIG_ERR, "signal() returned SIG_ERR"), \ - PARA_ERROR(SIGNAL_READ, "read error from signal pipe"), \ #define STRING_ERRORS \