port: remove useless assignment
authorFan Zhang <roy.fan.zhang@intel.com>
Fri, 18 Sep 2020 08:23:10 +0000 (09:23 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 6 Oct 2020 21:39:34 +0000 (23:39 +0200)
commit9ef2627cf64d4316224ca2de983fc32db9ed23c4
tree6885f26b7756b0d90af2001882603304e49c2013
parente640362b34e868b82bfb047761e05056ba77e58e
port: remove useless assignment

This patch fixes an unused value in pcap source port by
removing the setting to the value.

Coverity issue: 362020
Fixes: d4b42133d85b ("port: add pcap file source")
Cc: stable@dpdk.org
Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com>
lib/librte_port/rte_port_source_sink.c