Remove redundant m_txTrace in ipv4-l3-protocol
authorTom Henderson <tomh@tomh.org>
Mon Dec 01 21:29:59 2008 -0800 (14 months ago)
changeset 39638a40a7ab4744
parent 3957 e2feb7992608
child 3964 cb1f2beeee9c
Remove redundant m_txTrace in ipv4-l3-protocol
src/internet-stack/ipv4-l3-protocol.cc
     1.1 --- a/src/internet-stack/ipv4-l3-protocol.cc	Mon Dec 01 21:23:51 2008 -0800
     1.2 +++ b/src/internet-stack/ipv4-l3-protocol.cc	Mon Dec 01 21:29:59 2008 -0800
     1.3 @@ -736,7 +736,6 @@
     1.4      }
     1.5    else
     1.6      {
     1.7 -      m_txTrace (packet, route.GetInterface ());
     1.8        if (route.IsGateway ()) 
     1.9          {
    1.10            if (outInterface->IsUp ())