ipsec: remove redundant policy array in fast path spd
[vpp.git] / src / vnet / ipsec / ipsec_spd.h
index 3a4fd0e..3b1e4b4 100644 (file)
@@ -55,8 +55,6 @@ typedef struct
  */
 typedef struct
 {
-  /** vectors for each of the fast path policy types */
-  u32 *fp_policies[IPSEC_SPD_POLICY_N_TYPES];
   ipsec_fp_mask_id_t *fp_mask_ids[IPSEC_SPD_POLICY_N_TYPES];
   /* names of bihash tables */
   u8 *name4_out;