From: Andre Noll Date: Sat, 15 Dec 2007 16:11:48 +0000 (+0100) Subject: error.h: Kill unused DCCP_ERRORS. X-Git-Tag: v0.3.0~56 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=a40528e00065e7b0edff0edcfd0dd2c6371c9c6b;hp=19d9318abf42debb15d833d4e56ab636893285c3 error.h: Kill unused DCCP_ERRORS. --- diff --git a/error.h b/error.h index 469b85be..72b169ac 100644 --- a/error.h +++ b/error.h @@ -350,10 +350,6 @@ extern const char **para_errlist[]; PARA_ERROR(SHM_DETACH, "can not detach shared memory area"), \ -#define DCCP_ERRORS \ - PARA_ERROR(DCCP_SOCKET, "can not create dccp socket"), \ - - #define DCCP_RECV_ERRORS \ PARA_ERROR(DCCP_OVERRUN, "dccp output buffer buffer overrun"), \