X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=examples%2Fvhost%2Fmain.c;h=82660a67357312bcc3f013ae9f8d6a3bc754e4a1;hb=597cb1874068054d4c0be41f161a72ef37888930;hp=1f532fe3ba2ef5c2668c9133fc907f91b20f4d09;hpb=6e7cbd63706f3435b9d9a2057a37db1da01db9a7;p=deb_dpdk.git diff --git a/examples/vhost/main.c b/examples/vhost/main.c index 1f532fe3..82660a67 100644 --- a/examples/vhost/main.c +++ b/examples/vhost/main.c @@ -87,9 +87,6 @@ /* Max number of devices. Limited by vmdq. */ #define MAX_DEVICES 64 -/* Size of buffers used for snprintfs. */ -#define MAX_PRINT_BUFF 6072 - /* Maximum long option length for option parsing. */ #define MAX_LONG_OPT_SZ 64