From 92183ce9aac950954d914048df26ca2a82167a1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Thu, 10 Jan 2013 20:03:39 +0000 Subject: [PATCH] Removed unused variable warnings [SVN r82433] --- include/boost/container/detail/node_pool_impl.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/boost/container/detail/node_pool_impl.hpp b/include/boost/container/detail/node_pool_impl.hpp index 53e35ac..2103898 100644 --- a/include/boost/container/detail/node_pool_impl.hpp +++ b/include/boost/container/detail/node_pool_impl.hpp @@ -208,8 +208,6 @@ class private_node_pool_impl BOOST_ASSERT(m_allocated==0); size_type blocksize = get_rounded_size (m_real_node_size*m_nodes_per_block, (size_type)alignment_of::value); - typename blockslist_t::iterator - it(m_blocklist.begin()), itend(m_blocklist.end()), aux; //We iterate though the NodeBlock list to free the memory while(!m_blocklist.empty()){