Revert "Restoring comment for clarity"

This reverts commit 09956dee93.
This commit is contained in:
Ian Barber 2012-06-12 14:48:00 +01:00
parent 8968b294e0
commit 440af0022d

View File

@ -306,7 +306,7 @@ void zmq::session_base_t::process_attach (i_engine *engine_)
zmq_assert (!pipe);
pipe = pipes [0];
// Ask socket to plug into the remote end of the pipe.
// Ask socket to plug into the pipe.
send_bind (socket, pipes [1]);
}