diff options
Diffstat (limited to 'src/command.hpp')
-rw-r--r-- | src/command.hpp | 1 |
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; |