diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2011-11-05 10:10:44 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2011-11-05 10:10:44 +0100 |
commit | 21a0b49834734919a48301fbbb354f8c75c6d1ad (patch) | |
tree | c79fff304568d9aacb3d3b2804a047c8d0d781d2 /include | |
parent | a756956781973d207413d675b998ae47de47b7c7 (diff) |
Obsolete ECANTROUTE errror code removed
This error code was used only by new-style ROUTER socket
which is not a part of the codebase.
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/zmq.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/zmq.h b/include/zmq.h index 09ed89c..ee2fe26 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -112,7 +112,6 @@ ZMQ_EXPORT void zmq_version (int *major, int *minor, int *patch); #define ENOCOMPATPROTO (ZMQ_HAUSNUMERO + 52) #define ETERM (ZMQ_HAUSNUMERO + 53) #define EMTHREAD (ZMQ_HAUSNUMERO + 54) -#define ECANTROUTE (ZMQ_HAUSNUMERO + 55) /* This function retrieves the errno as it is known to 0MQ library. The goal */ /* of this function is to make the code 100% portable, including where 0MQ */ |