examples/l3fwd: no bare metal support
authorIntel <intel.com>
Wed, 18 Sep 2013 10:00:00 +0000 (12:00 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 9 Oct 2013 14:16:16 +0000 (16:16 +0200)
Signed-off-by: Intel
examples/l3fwd/main.h

index 93dca37..6097721 100644 (file)
 #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);