Merge release-5-0 into master
[alexxy/gromacs.git] / src / gromacs / mdlib / nbnxn_pairlist.h
index 4558266bc39a2c899a9ad0c763ee9edea58510b8..09d429a27d79ce456d69d0933ff5a038f3ec941d 100644 (file)
@@ -83,8 +83,6 @@ typedef void nbnxn_free_t (void *ptr);
 typedef struct {
     int          cj;    /* The j-cluster                    */
     unsigned int excl;  /* The exclusion (interaction) bits */
-    /* Indices into the arrays of SIMD interaction masks. */
-    char         interaction_mask_indices[4];
 } nbnxn_cj_t;
 
 /* In nbnxn_ci_t the integer shift contains the shift in the lower 7 bits.