From 0ad302e8cb506234c15f0992329b0ea6d580daf0 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Mon, 16 Apr 2012 15:10:21 +0200 Subject: Few trivial fixes to REQ/REP pattern. - couple of comments adjusted - empty 'stack delimiter' message correctly closed - non-reachable function xrep_t::rollback() removed Signed-off-by: Martin Sustrik --- src/xrep.hpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/xrep.hpp') diff --git a/src/xrep.hpp b/src/xrep.hpp index 514d61d..8e16a4c 100644 --- a/src/xrep.hpp +++ b/src/xrep.hpp @@ -58,11 +58,6 @@ namespace xs void xwrite_activated (xs::pipe_t *pipe_); void xterminated (xs::pipe_t *pipe_); - protected: - - // Rollback any message parts that were sent but not yet flushed. - int rollback (); - private: // Fair queueing object for inbound pipes. -- cgit v1.2.3