summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Queue.cpp
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-04-08 10:16:32 +0000
committerGordon Sim <gsim@apache.org>2008-04-08 10:16:32 +0000
commit21459845a498376ca2fe6d1666b108d53b6dda4f (patch)
treead21237040b1a2592198f9fb46833fb54bc47a22 /cpp/src/qpid/broker/Queue.cpp
parent3a47143701cf550997673de1d963d33a685df606 (diff)
downloadqpid-python-21459845a498376ca2fe6d1666b108d53b6dda4f.tar.gz
Removed out-of-date and misleading comment.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@645826 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/Queue.cpp')
-rw-r--r--cpp/src/qpid/broker/Queue.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/qpid/broker/Queue.cpp b/cpp/src/qpid/broker/Queue.cpp
index 24ed6825b4..7ec72951df 100644
--- a/cpp/src/qpid/broker/Queue.cpp
+++ b/cpp/src/qpid/broker/Queue.cpp
@@ -473,8 +473,6 @@ namespace
void Queue::create(const FieldTable& _settings)
{
settings = _settings;
- //TODO: hold onto settings and persist them as part of encode
- // in fact settings should be passed in on construction
if (store) {
store->create(*this);
}