Small cleanups

This commit is contained in:
Martin Hurton
2012-11-09 14:12:11 +01:00
parent 925a530663
commit ea19b7b658
4 changed files with 6 additions and 13 deletions

View File

@@ -147,7 +147,6 @@ zmq::req_session_t::req_session_t (io_thread_t *io_thread_, bool connect_,
zmq::req_session_t::~req_session_t ()
{
state = options.recv_identity ? identity : bottom;
}
int zmq::req_session_t::push_msg (msg_t *msg_)