From f77edfce26bf50ab6eae6550d33f345c9785acca Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Fri, 6 Aug 2010 20:55:37 +0200 Subject: Destruction of session is delayed till both in & out pipes are closed --- src/pipe.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/pipe.cpp') diff --git a/src/pipe.cpp b/src/pipe.cpp index 1903422..14fc753 100644 --- a/src/pipe.cpp +++ b/src/pipe.cpp @@ -130,11 +130,6 @@ void zmq::reader_t::terminate () send_pipe_term (writer); } -bool zmq::reader_t::is_terminating () -{ - return terminating; -} - void zmq::reader_t::process_revive () { // Forward the event to the sink (either socket or session). -- cgit v1.2.3