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:
parent
73d2c1d3f3
commit
c8516e3caa
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user