Bug 1158 - opt build olsr variable ‘now’ set but not used
This commit is contained in:
@@ -3314,9 +3314,8 @@ RoutingProtocol::IsMyOwnAddress (const Ipv4Address & a) const
|
||||
void
|
||||
RoutingProtocol::Dump (void)
|
||||
{
|
||||
Time now = Simulator::Now ();
|
||||
|
||||
#ifdef NS3_LOG_ENABLE
|
||||
Time now = Simulator::Now ();
|
||||
NS_LOG_DEBUG ("Dumping for node with main address " << m_mainAddress);
|
||||
NS_LOG_DEBUG (" Neighbor set");
|
||||
for (NeighborSet::const_iterator iter = m_state.GetNeighbors ().begin ();
|
||||
|
||||
Reference in New Issue
Block a user