summaryrefslogtreecommitdiff
path: root/src/xpub.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2011-02-26 08:42:20 +0100
committerMartin Sustrik <sustrik@250bpm.com>2011-02-26 08:42:20 +0100
commit67b1f14190186f54fc5954a70f7214411d780aea (patch)
tree776e8abeb6ab35823955d22a6cb5a825e2fecba9 /src/xpub.hpp
parentd4e418f5f48a4d73e0a80a54593d11a6cd86d7bc (diff)
Memory leak in PUB/XPUB sockets fixed.
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'src/xpub.hpp')
-rw-r--r--src/xpub.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/xpub.hpp b/src/xpub.hpp
index 2b63ec3..34da09e 100644
--- a/src/xpub.hpp
+++ b/src/xpub.hpp
@@ -24,7 +24,6 @@
#include "array.hpp"
#include "pipe.hpp"
#include "dist.hpp"
-#include "fq.hpp"
namespace zmq
{
@@ -52,9 +51,6 @@ namespace zmq
// Distributor of messages holding the list of outbound pipes.
dist_t dist;
- // Fair queuer for inbound subscriptions.
- fq_t fq;
-
xpub_t (const xpub_t&);
const xpub_t &operator = (const xpub_t&);
};