examples/tep_term: remove unused constant
authorRami Rosen <ramirose@gmail.com>
Sun, 13 Jan 2019 15:02:12 +0000 (17:02 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 15 Jan 2019 01:40:41 +0000 (02:40 +0100)
commitc8516e3caa711ef42132d5b08b7c755b86c6e0c3
tree0a13af7c2be2510a227a8b1e7259e3990f2e8410
parent73d2c1d3f33c63410645548809b18de97e563c07
examples/tep_term: remove unused constant

The  definition of MAX_PRINT_BUFF in examples/tep_termination/main.c
is not necessary as it is not used. This cleanup patch removes it.

Fixes: a50245ede72a ("examples/tep_term: initialize VXLAN sample")
Cc: stable@dpdk.org
Signed-off-by: Rami Rosen <ramirose@gmail.com>
examples/tep_termination/main.c