examples/vhost: remove unnecessary constant
authorRami Rosen <ramirose@gmail.com>
Sat, 25 Aug 2018 19:22:40 +0000 (22:22 +0300)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 12 Sep 2018 17:10:09 +0000 (19:10 +0200)
commitb24ec9bc1c43f7cada0b16709043f84f52f2b895
tree876eb063f62f810dff8e6bf9c2ee7858c41fc1e1
parentb733c60f68f12e064359b27e630305c541a3fbdf
examples/vhost: remove unnecessary constant

This patch removes an unnecessary definition of MAX_PRINT_BUFF
in examples/vhost/main.c, since it is no longer being used.

Fixes: 68363d85857d ("examples/vhost: remove the non-working zero copy code")
Cc: stable@dpdk.org
Signed-off-by: Rami Rosen <ramirose@gmail.com>
Reviewed-by: Tiwei Bie <tiwei.bie@intel.com>
examples/vhost/main.c