summaryrefslogtreecommitdiff
path: root/src/p2p.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/p2p.hpp')
-rw-r--r--src/p2p.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/p2p.hpp b/src/p2p.hpp
index 84790a1..a3dae31 100644
--- a/src/p2p.hpp
+++ b/src/p2p.hpp
@@ -33,8 +33,6 @@ namespace zmq
~p2p_t ();
// Overloads of functions from socket_base_t.
- bool xrequires_in ();
- bool xrequires_out ();
void xattach_pipes (class reader_t *inpipe_, class writer_t *outpipe_);
void xdetach_inpipe (class reader_t *pipe_);
void xdetach_outpipe (class writer_t *pipe_);