Reviewed-by: Dmitry Fleytman <dmi...@daynix.com> This patch also fixes compilation with NET_RX_PKT_DEBUG defined.
> On 15 Feb 2017, at 10:31 AM, Fam Zheng <f...@redhat.com> wrote: > > This has been pointless since commit 605d52e62, which was a > search-and-replace, overlooked the redundancy. > > Signed-off-by: Fam Zheng <f...@redhat.com> > --- > hw/net/net_rx_pkt.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/hw/net/net_rx_pkt.c b/hw/net/net_rx_pkt.c > index 1019b50..7f928d7 100644 > --- a/hw/net/net_rx_pkt.c > +++ b/hw/net/net_rx_pkt.c > @@ -159,7 +159,6 @@ void net_rx_pkt_attach_iovec_ex(struct NetRxPkt *pkt, > void net_rx_pkt_dump(struct NetRxPkt *pkt) > { > #ifdef NET_RX_PKT_DEBUG > - NetRxPkt *pkt = (NetRxPkt *)pkt; > assert(pkt); > > printf("RX PKT: tot_len: %d, vlan_stripped: %d, vlan_tag: %d\n", > -- > 2.9.3 >