]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
error.h: Kill unused DCCP_ERRORS.
authorAndre Noll <maan@systemlinux.org>
Sat, 15 Dec 2007 16:11:48 +0000 (17:11 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 15 Dec 2007 16:11:48 +0000 (17:11 +0100)
error.h

diff --git a/error.h b/error.h
index 469b85be0ebd40dc53ab7a9ba93c061b80fe4d62..72b169ac10fb2b190e84928d1e8d82e375bdcee3 100644 (file)
--- 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"), \