diff options
Diffstat (limited to 'cpp/src')
| -rw-r--r-- | cpp/src/qpid/broker/Queue.cpp | 2 |
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); } |
