From: Andre Noll Date: Sat, 9 Feb 2008 17:57:14 +0000 (+0100) Subject: Kill unused error code WRITE_OK. X-Git-Tag: v0.3.1~36 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=1bb45ec1b6bccf422e055e66ab458468a03b4419 Kill unused error code WRITE_OK. --- diff --git a/error.h b/error.h index b0dbdbbb..8ec328e4 100644 --- a/error.h +++ b/error.h @@ -321,7 +321,6 @@ extern const char **para_errlist[]; #define HTTP_SEND_ERRORS \ - PARA_ERROR(WRITE_OK, "can not check whether fd is writable"), \ PARA_ERROR(MAX_CLIENTS, "maximal number of clients exceeded"), \