diff options
Diffstat (limited to 'src/xsub.hpp')
-rw-r--r-- | src/xsub.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xsub.hpp b/src/xsub.hpp index 986f753..0cf81b5 100644 --- a/src/xsub.hpp +++ b/src/xsub.hpp @@ -47,7 +47,6 @@ namespace xs protected: // Overloads of functions from socket_base_t. - int xsetsockopt (int option_, const void *optval_, size_t optvallen_); void xattach_pipe (xs::pipe_t *pipe_, bool icanhasall_); int xsend (xs::msg_t *msg_, int flags_); bool xhas_out (); |