X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Flibrte_sched%2Frte_sched_common.h;h=b58282de88078197799321a84539b4d93af42d2b;hb=bde43e8a775c483d133ff11ba1692ecd9d96e4c2;hp=8c191a9b83821709715ea0822ac5e26a3388666a;hpb=369991d997e4abdee355e19ffbb41a4d246cafa2;p=dpdk.git diff --git a/lib/librte_sched/rte_sched_common.h b/lib/librte_sched/rte_sched_common.h index 8c191a9b83..b58282de88 100644 --- a/lib/librte_sched/rte_sched_common.h +++ b/lib/librte_sched/rte_sched_common.h @@ -14,12 +14,6 @@ extern "C" { #define __rte_aligned_16 __attribute__((__aligned__(16))) -static inline uint32_t -rte_sched_min_val_2_u32(uint32_t x, uint32_t y) -{ - return (x < y)? x : y; -} - #if 0 static inline uint32_t rte_min_pos_4_u16(uint16_t *x)