Removed spurious warning

This commit is contained in:
Guilhem Lavaux 2011-02-24 13:27:44 -06:00
parent 5f9e5eb5d8
commit b2fcc76263

View file

@ -68,7 +68,7 @@ public:
}
if (iter_candidate == candidateList.begin())
{
std::cout << "Failure to lookup parent" << std::endl;
// std::cout << "Failure to lookup parent" << std::endl;
return -1;
}
@ -111,7 +111,7 @@ public:
// Go bigger, though I would say we should not to.
}
while (iter_candidate != candidateList.begin()) ;
std::cout << "Failure to lookup parent (2)" << std::endl;
// std::cout << "Failure to lookup parent (2)" << std::endl;
return -1;
}