X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fqos_sched%2Fmain.h;h=971ec273ea540af6416febe68cbc77fa78fc4e3f;hb=98a1648109b8dbaa4e6b821c17d1f6bd86d33a9a;hp=f3b39561afc9205bb98623b3ec83086b0875173e;hpb=503f9e8b42562b923e73e908be6ba69964f1f1e7;p=dpdk.git diff --git a/examples/qos_sched/main.h b/examples/qos_sched/main.h index f3b39561af..971ec273ea 100644 --- a/examples/qos_sched/main.h +++ b/examples/qos_sched/main.h @@ -40,12 +40,6 @@ extern "C" { #include -#ifdef RTE_EXEC_ENV_BAREMETAL -#error "Baremetal is not supported" -#else -#define MAIN main -#endif - #define RTE_LOGTYPE_APP RTE_LOGTYPE_USER1 /* @@ -177,7 +171,6 @@ extern struct ring_thresh tx_thresh; extern struct rte_sched_port_params port_params; -int MAIN(int argc, char **argv); int app_parse_args(int argc, char **argv); int app_init(void);