]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pipeline/main.h
app: no more bare metal environment
[dpdk.git] / app / test-pipeline / main.h
index 2ed292804df0645caafb12bc78144a9f845c07b0..0c90fc3a4595549068bb56977bdc3cc0c19f1bc6 100644 (file)
@@ -137,12 +137,4 @@ void app_main_loop_tx(void);
 #define APP_FLUSH 0x3FF
 #endif
 
 #define APP_FLUSH 0x3FF
 #endif
 
-#ifdef RTE_EXEC_ENV_BAREMETAL
-#define MAIN _main
-#else
-#define MAIN main
-#endif
-
-int MAIN(int argc, char **argv);
-
 #endif /* _MAIN_H_ */
 #endif /* _MAIN_H_ */