summaryrefslogtreecommitdiff
path: root/src/xsub.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2012-05-01 16:41:04 +0200
committerMartin Sustrik <sustrik@250bpm.com>2012-05-01 16:41:04 +0200
commit971cbeda3de6691b212ad18bed9e9f08b278cfe1 (patch)
treeadadbdfb63dd5d95e72a9eef54c738e20d81f013 /src/xsub.hpp
parentdce17292e1f62ca692aa36ed3eaf5bfb09e7ab69 (diff)
Revert "Implement protocol versioning (except PGM)"
This reverts commit 512f3a604924fec9d89e2b4bfd6f73aa66309fa7.
Diffstat (limited to 'src/xsub.hpp')
-rw-r--r--src/xsub.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xsub.hpp b/src/xsub.hpp
index fcaf61c..5bc11c4 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 ();