From: Intel Date: Wed, 18 Sep 2013 10:00:00 +0000 (+0200) Subject: examples/l3fwd: no bare metal support X-Git-Tag: spdx-start~11108 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=2a6ce1afd9ce5e5b6f8e374a751cf215743f36ac;p=dpdk.git examples/l3fwd: no bare metal support Signed-off-by: Intel --- diff --git a/examples/l3fwd/main.h b/examples/l3fwd/main.h index 93dca37816..6097721581 100644 --- a/examples/l3fwd/main.h +++ b/examples/l3fwd/main.h @@ -34,11 +34,7 @@ #ifndef _MAIN_H_ #define _MAIN_H_ -#ifdef RTE_EXEC_ENV_BAREMETAL -#define MAIN _main -#else #define MAIN main -#endif int MAIN(int argc, char **argv);