summaryrefslogtreecommitdiff
path: root/src/command.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2009-11-21 21:13:29 +0100
committerMartin Sustrik <sustrik@fastmq.commkdir>2009-11-21 21:13:29 +0100
commit64634605b3ccb90d582cfdf380535c89bf900a0e (patch)
tree9bfe98774ae40fe15a59c9b7166aaded2a9246f7 /src/command.hpp
parent0e9ab2e8a3f5bc22f2c331c14236a2918a5512a8 (diff)
obsolete parameter removed from 'bind' command
Diffstat (limited to 'src/command.hpp')
-rw-r--r--src/command.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/command.hpp b/src/command.hpp
index 9a2e5d5..a31805b 100644
--- a/src/command.hpp
+++ b/src/command.hpp
@@ -70,7 +70,6 @@ namespace zmq
// Sent from session to socket to establish pipe(s) between them.
struct {
- class owned_t *session;
class reader_t *in_pipe;
class writer_t *out_pipe;
} bind;