]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2024] Remove obsolete comment about io_service_
authorMukund Sivaraman <muks@isc.org>
Tue, 12 Jun 2012 13:23:28 +0000 (18:53 +0530)
committerMukund Sivaraman <muks@isc.org>
Tue, 12 Jun 2012 13:27:59 +0000 (18:57 +0530)
src/lib/resolve/tests/recursive_query_unittest.cc

index ff28ec5daf686ff9147f436b58c491c75777c6ef..02721f1d5d14ce8f905e472b30a08d26435c8681 100644 (file)
@@ -496,8 +496,6 @@ private:
         io_service_.stop();
     }
 protected:
-    // We use a pointer for io_service_, because for some tests we
-    // need to recreate a new one within one onstance of this class
     IOService io_service_;
     scoped_ptr<DNSService> dns_service_;
     scoped_ptr<isc::nsas::NameserverAddressStore> nsas_;