summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Connection.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-05-25 18:20:50 +0000
committerAlan Conway <aconway@apache.org>2009-05-25 18:20:50 +0000
commit92be0a347cdfd9c407611982c72938ecde777a8c (patch)
tree0b75b63ba491584667af21d244df96648636d9e7 /cpp/src/qpid/cluster/Connection.h
parent21dd878012fad826d335bc8aa7d9e9b88da7d6ff (diff)
downloadqpid-python-92be0a347cdfd9c407611982c72938ecde777a8c.tar.gz
PollableQueue optimization - replace deque with vector.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@778464 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/Connection.h')
-rw-r--r--cpp/src/qpid/cluster/Connection.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/qpid/cluster/Connection.h b/cpp/src/qpid/cluster/Connection.h
index 499d515d73..969d191bd7 100644
--- a/cpp/src/qpid/cluster/Connection.h
+++ b/cpp/src/qpid/cluster/Connection.h
@@ -61,8 +61,6 @@ class Connection :
{
public:
- typedef sys::PollableQueue<EventFrame> PollableFrameQueue;
-
/** Local connection. */
Connection(Cluster&, sys::ConnectionOutputHandler& out, const std::string& logId, MemberId, bool catchUp, bool isLink);
/** Shadow connection. */