Skip to content

Commit

Permalink
Obsolete ECANTROUTE errror code removed
Browse files Browse the repository at this point in the history
This error code was used only by new-style ROUTER socket
which is not a part of the codebase.

Signed-off-by: Martin Sustrik <[email protected]>
  • Loading branch information
sustrik committed Nov 5, 2011
1 parent a756956 commit 21a0b49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/zmq.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 21a0b49

Please sign in to comment.