Commit 823b7ebe authored by Stefan Radomski's avatar Stefan Radomski

Removed dead code

parent f30fb850
......@@ -117,10 +117,6 @@ int zmq::session_base_t::pull_msg (msg_t *msg_)
return -1;
}
// if (socket != NULL && socket->fd() >= 0) {
// msg_->set_fd(socket->fd());
// }
incomplete_in = msg_->flags () & msg_t::more ? true : false;
return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment