table: remove deprecated variable size key lru hash tables
[dpdk.git] / lib / librte_table / rte_table_hash.h
index 0eb23a7..f983518 100644 (file)
@@ -163,12 +163,8 @@ struct rte_table_hash_lru_params {
        uint32_t key_offset;
 };
 
-/** LRU hash table operations for pre-computed key signature */
 extern struct rte_table_ops rte_table_hash_lru_ops;
 
-/** LRU hash table operations for key signature computed on lookup ("do-sig") */
-extern struct rte_table_ops rte_table_hash_lru_dosig_ops;
-
 /**
  * 8-byte key hash tables
  *