summaryrefslogtreecommitdiff
path: root/src/push.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/push.cpp')
-rw-r--r--src/push.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/push.cpp b/src/push.cpp
index f587cef..20943fc 100644
--- a/src/push.cpp
+++ b/src/push.cpp
@@ -44,17 +44,10 @@ void zmq::push_t::xattach_pipes (class reader_t *inpipe_,
void zmq::push_t::process_term ()
{
- register_term_acks (1);
lb.terminate ();
-
socket_base_t::process_term ();
}
-void zmq::push_t::terminated ()
-{
- unregister_term_ack ();
-}
-
int zmq::push_t::xsend (zmq_msg_t *msg_, int flags_)
{
return lb.send (msg_, flags_);