From a40528e00065e7b0edff0edcfd0dd2c6371c9c6b Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 15 Dec 2007 17:11:48 +0100 Subject: [PATCH 1/1] error.h: Kill unused DCCP_ERRORS. --- error.h | 4 ---- 1 file changed, 4 deletions(-) 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"), \ -- 2.39.2