Bug 1158 - opt build olsr variable ‘now’ set but not used

This commit is contained in:
John Abraham
2011-05-14 04:44:48 -04:00
parent ba28256668
commit cc35cb4ea7

View File

@@ -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 ();