global-route-manager-impl-test-suite.cc variable ‘lastDistance’ set but not used ,g++4.6.0

This commit is contained in:
John Abraham
2011-05-14 03:49:21 -04:00
parent 65120f3210
commit 0f0798c869

View File

@@ -53,12 +53,9 @@ GlobalRouteManagerImplTestCase::DoRun(void)
candidate.Push (v);
}
uint32_t lastDistance = 0;
for (int i = 0; i < 100; ++i)
{
SPFVertex *v = candidate.Pop ();
lastDistance = v->GetDistanceFromRoot ();
delete v;
v = 0;
}