summaryrefslogtreecommitdiff
path: root/src/object.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2009-12-21 20:45:52 +0100
committerMartin Sustrik <sustrik@fastmq.commkdir>2009-12-21 20:45:52 +0100
commit7cf18a2aec8300099e3c3e236ac3cefa3be746d0 (patch)
treee7ea6bb167548931d19f0d6d9fe70b18e2a9c2ff /src/object.hpp
parent5a0674dfeccf0d80dc92e77a8630be280c71fb84 (diff)
minor fixes
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_);