examples/vhost_crypto: remove unused function
authorFan Zhang <roy.fan.zhang@intel.com>
Wed, 15 May 2019 16:25:48 +0000 (17:25 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 20 Jun 2019 21:42:04 +0000 (23:42 +0200)
commitbe7a9518da654abba52939e9334919598669a086
treee4eae006fdd7aadbc4d14128954ef0581ec17afe
parent346c2c954e85c1769f09afd1cf75182d1f705c3e
examples/vhost_crypto: remove unused function

This patch tries to fix the coverity issue of unchecked
return value. Since the function that causes the problem
is unused, it is removed completely.

Coverity issue: 336816
Fixes: f5188211c721 ("examples/vhost_crypto: add sample application")
Cc: stable@dpdk.org
Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com>
Reviewed-by: Jens Freimann <jfreimann@redhat.com>
Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
examples/vhost_crypto/main.c