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: a50245ede7 ("examples/tep_term: initialize VXLAN sample")
Cc: stable@dpdk.org

Signed-off-by: Rami Rosen <ramirose@gmail.com>
This commit is contained in:
Rami Rosen 2019-01-13 17:02:12 +02:00 committed by Thomas Monjalon
parent 73d2c1d3f3
commit c8516e3caa

View File

@ -71,9 +71,6 @@
#define INVALID_PORT_ID 0xFFFF
/* Size of buffers used for snprintfs. */
#define MAX_PRINT_BUFF 6072
/* Maximum character device basename size. */
#define MAX_BASENAME_SZ 20