From bea927aff631a66be6c8b509ceb22f676dcc2900 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 28 Jan 2009 20:48:23 +0000 Subject: Remove defunct --cluster-mcast-max optionn. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@738618 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/cluster/Multicaster.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpp/src/qpid/cluster/Multicaster.h') diff --git a/cpp/src/qpid/cluster/Multicaster.h b/cpp/src/qpid/cluster/Multicaster.h index 7e62134b96..1dfee47bd5 100644 --- a/cpp/src/qpid/cluster/Multicaster.h +++ b/cpp/src/qpid/cluster/Multicaster.h @@ -46,7 +46,6 @@ class Multicaster public: /** Starts in holding mode: connection data events are held, other events are mcast */ Multicaster(Cpg& cpg_, - size_t mcastMax, const boost::shared_ptr&, boost::function onError ); @@ -71,7 +70,6 @@ class Multicaster bool holding; PlainEventQueue holdingQueue; std::vector ioVector; - size_t mcastMax, pending; }; }} // namespace qpid::cluster -- cgit v1.2.1