Removed unused variable warnings

[SVN r82433]
This commit is contained in:
Ion Gaztañaga
2013-01-10 20:03:39 +00:00
parent 99c8d5d9d7
commit 92183ce9aa

View File

@@ -208,8 +208,6 @@ class private_node_pool_impl
BOOST_ASSERT(m_allocated==0); BOOST_ASSERT(m_allocated==0);
size_type blocksize = get_rounded_size size_type blocksize = get_rounded_size
(m_real_node_size*m_nodes_per_block, (size_type)alignment_of<node_t>::value); (m_real_node_size*m_nodes_per_block, (size_type)alignment_of<node_t>::value);
typename blockslist_t::iterator
it(m_blocklist.begin()), itend(m_blocklist.end()), aux;
//We iterate though the NodeBlock list to free the memory //We iterate though the NodeBlock list to free the memory
while(!m_blocklist.empty()){ while(!m_blocklist.empty()){