From 21459845a498376ca2fe6d1666b108d53b6dda4f Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Tue, 8 Apr 2008 10:16:32 +0000 Subject: 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 --- cpp/src/qpid/broker/Queue.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpp') 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); } -- cgit v1.2.1