From 46b053b8d67ba4826302d53268edccf919e6d785 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 28 Jul 2011 13:46:16 +0200 Subject: Dead code removed from TCP and IPC transports Signed-off-by: Martin Sustrik --- src/session.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/session.cpp') diff --git a/src/session.cpp b/src/session.cpp index 5db080f..8001ba8 100644 --- a/src/session.cpp +++ b/src/session.cpp @@ -314,6 +314,7 @@ void zmq::session_t::start_connecting (bool wait_) return; } +#if !defined ZMQ_HAVE_WINDOWS && !defined ZMQ_HAVE_OPENVMS if (protocol == "ipc") { ipc_connecter_t *connecter = new (std::nothrow) ipc_connecter_t ( io_thread, this, options, address.c_str (), wait_); @@ -321,6 +322,7 @@ void zmq::session_t::start_connecting (bool wait_) launch_child (connecter); return; } +#endif #if defined ZMQ_HAVE_VTCP if (protocol == "vtcp") { -- cgit v1.2.3