diff options
| author | Gordon Sim <gsim@apache.org> | 2008-04-08 10:16:32 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-04-08 10:16:32 +0000 |
| commit | 7e8d03a94d4543c91a3acc9ec7318e04adeb7d3f (patch) | |
| tree | f368db067c286e96ad65cf55a26e88ea943eb1cc /qpid/cpp | |
| parent | ab78812720b3334df5ccba8a790fd4f7877c6f49 (diff) | |
| download | qpid-python-7e8d03a94d4543c91a3acc9ec7318e04adeb7d3f.tar.gz | |
Removed out-of-date and misleading comment.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@645826 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/src/qpid/broker/Queue.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qpid/cpp/src/qpid/broker/Queue.cpp b/qpid/cpp/src/qpid/broker/Queue.cpp index 24ed6825b4..7ec72951df 100644 --- a/qpid/cpp/src/qpid/broker/Queue.cpp +++ b/qpid/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); } |
