summaryrefslogtreecommitdiff
path: root/src/object.hpp
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.hpp
parent02c1655c4e88ac55da1bc6482bfeaaa32d066d1f (diff)
Removed leftovers from a logging experiment
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'src/object.hpp')
-rw-r--r--src/object.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/object.hpp b/src/object.hpp
index b6b77cb..5b855a5 100644
--- a/src/object.hpp
+++ b/src/object.hpp
@@ -64,10 +64,6 @@ namespace xs
// Chooses least loaded I/O thread.
xs::io_thread_t *choose_io_thread (uint64_t affinity_);
- // Logging related functions.
- void log (int sid_, const char *text_);
- void publish_logs (const char *textr_);
-
// Derived object can use these functions to send commands
// to other objects.
void send_stop ();