From bc322c91b3684098881943e3737566cd58c0da5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Mon, 19 Jan 2026 23:36:36 +0100 Subject: [PATCH] Remove unneeded comments --- test/adaptive_pool_test.cpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/test/adaptive_pool_test.cpp b/test/adaptive_pool_test.cpp index 51c259f..0ec80a7 100644 --- a/test/adaptive_pool_test.cpp +++ b/test/adaptive_pool_test.cpp @@ -19,8 +19,7 @@ using namespace boost::container; typedef test::overaligned_copyable_int oint_t; -//We will work with wide characters for shared memory objects -//Alias an adaptive pool that allocates ints +//Alias adaptive pools that allocates ints typedef adaptive_pool adapt_node_allocator_t; typedef adaptive_pool adapt_onode_allocator_t; @@ -34,10 +33,7 @@ namespace container { template class adaptive_pool; template class adaptive_pool; -//template class adaptive_pool; -//template class adaptive_pool; - -}} +}} //boost::container //Alias list types typedef boost::container::list MyList;