From f3dc299e824bac81043aa82a11eb3970bb5d1973 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Mon, 1 Dec 2008 21:29:59 -0800 Subject: [PATCH] Remove redundant m_txTrace in ipv4-l3-protocol --- src/internet-stack/ipv4-l3-protocol.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/internet-stack/ipv4-l3-protocol.cc b/src/internet-stack/ipv4-l3-protocol.cc index dc8c3f037..a4f635e09 100644 --- a/src/internet-stack/ipv4-l3-protocol.cc +++ b/src/internet-stack/ipv4-l3-protocol.cc @@ -736,7 +736,6 @@ Ipv4L3Protocol::SendRealOut (bool found, } else { - m_txTrace (packet, route.GetInterface ()); if (route.IsGateway ()) { if (outInterface->IsUp ())