diff options
Diffstat (limited to 'cpp/src/IceStorm/SubscriberFactory.cpp')
-rw-r--r-- | cpp/src/IceStorm/SubscriberFactory.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/src/IceStorm/SubscriberFactory.cpp b/cpp/src/IceStorm/SubscriberFactory.cpp index f6a39c74638..861c203bacf 100644 --- a/cpp/src/IceStorm/SubscriberFactory.cpp +++ b/cpp/src/IceStorm/SubscriberFactory.cpp @@ -120,10 +120,6 @@ SubscriberFactory::createSubscriber(const QoS& qos, const Ice::ObjectPrx& obj) // // Check if a queued proxy already exists, or create one if necessary. // - // TODO: a twoway unordered and a twoway ordered proxy will be - // cached with the same entry in the _proxies map. Does this need - // to be fixed? - // QueuedProxyPtr proxy; map<Ice::ObjectPrx, ProxyInfo>::iterator p = _proxies.find(newObj); if(p != _proxies.end()) |