fix warning

This commit is contained in:
Wim Meeussen 2011-07-01 13:20:30 -07:00
parent 352f5c0deb
commit d18895a452
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@ protected:
bool traverse_tree(boost::shared_ptr<const Link> link,int level = 0)
{
level+=2;
int count = 0;
for (std::vector<boost::shared_ptr<Link> >::const_iterator child = link->child_links.begin(); child != link->child_links.end(); child++)
{
if (*child)