summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2012-02-25 10:31:28 +0100
committerMartin Sustrik <sustrik@250bpm.com>2012-02-25 10:31:28 +0100
commite5acca89b6352caa6d5022f11f63dfafcfa146d7 (patch)
tree86f01510ae273ceea27eed5896ec56203eeb6849 /src
parentf06a72b52ef1d51e12006e7e7917fdc814a4792f (diff)
Leftover piece of experimental code removed
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'src')
-rw-r--r--src/ctx.cpp4
1 files changed, 0 insertions, 4 deletions
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);