From db2953d4922b4afb303ca73c75d53a2dbba3acd6 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 17 Mar 2008 07:36:40 +0100 Subject: [PATCH 1/1] Kill unused error code SIGNAL_READ. --- error.h | 1 - 1 file changed, 1 deletion(-) 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 \ -- 2.39.2