summaryrefslogtreecommitdiff
path: root/src/object.hpp
diff options
context:
space:
mode:
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 ();