acl: remove redundant macro
[dpdk.git] / lib / librte_acl / rte_acl_osdep.h
index 81fdefb..41f7e3d 100644 (file)
@@ -56,8 +56,6 @@
  * Common defines.
  */
 
-#define        LEN2MASK(ln)    ((uint32_t)(((uint64_t)1 << (ln)) - 1))
-
 #define DIM(x) RTE_DIM(x)
 
 #include <rte_common.h>