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 496fd49..b8d06b9 100644
--- a/src/object.hpp
+++ b/src/object.hpp
@@ -29,10 +29,6 @@ namespace zmq
class object_t
{
- // Repository of sessions needs to use caller's send_* functions
- // when creating new session. TODO: Get rid of this dependency.
- friend class socket_base_t;
-
public:
object_t (class dispatcher_t *dispatcher_, int thread_slot_);