From e5acca89b6352caa6d5022f11f63dfafcfa146d7 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sat, 25 Feb 2012 10:31:28 +0100 Subject: Leftover piece of experimental code removed Signed-off-by: Martin Sustrik --- src/ctx.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/ctx.cpp') diff --git a/src/ctx.cpp b/src/ctx.cpp index 61d3376..d59e90b 100644 --- a/src/ctx.cpp +++ b/src/ctx.cpp @@ -209,10 +209,6 @@ xs::socket_base_t *xs::ctx_t::create_socket (int type_) int hwm = 1; rc = log_socket->setsockopt (XS_SNDHWM, &hwm, sizeof (hwm)); errno_assert (rc == 0); - #if !defined XS_HAVE_WINDOWS - rc = log_socket->connect ("ipc:///tmp/xslogs.ipc"); - errno_assert (rc == 0); - #endif // Create the monitor object. io_thread_t *io_thread = choose_io_thread (0); -- cgit v1.2.3