summaryrefslogtreecommitdiff
path: root/src/object.cpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2012-03-14 04:33:14 +0100
committerMartin Sustrik <sustrik@250bpm.com>2012-03-14 04:33:14 +0100
commitc8102f6ef6394357d2d1a53c579bca574a3e3c6a (patch)
tree8d0beaafa19bb00feb13382a3f2ca72a4c4dcd21 /src/object.cpp
parent02c1655c4e88ac55da1bc6482bfeaaa32d066d1f (diff)
Removed leftovers from a logging experiment
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'src/object.cpp')
-rw-r--r--src/object.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/object.cpp b/src/object.cpp
index 7739a75..5c1ed84 100644
--- a/src/object.cpp
+++ b/src/object.cpp
@@ -154,16 +154,6 @@ xs::io_thread_t *xs::object_t::choose_io_thread (uint64_t affinity_)
return ctx->choose_io_thread (affinity_);
}
-void xs::object_t::log (int sid_, const char *text_)
-{
- ctx->log (sid_, text_);
-}
-
-void xs::object_t::publish_logs (const char *text_)
-{
- ctx->publish_logs (text_);
-}
-
void xs::object_t::send_stop ()
{
// 'stop' command goes always from administrative thread to