Fix one error and compiler warnings with Cuda & clang-3.6
[alexxy/gromacs.git] / src / gromacs / mdlib / nbnxn_cuda / nbnxn_cuda_kernel_utils.cuh
index 2b7b4ddcad599acfb16b4396919e3ac9fbf5f648..4f59dc262867a7272b4e4c78610174b9806bc785 100644 (file)
@@ -59,9 +59,6 @@
 #define ONE_TWELVETH_F  0.08333333f
 
 
-/*! i-cluster interaction mask for a super-cluster with all NCL_PER_SUPERCL bits set */
-const unsigned supercl_interaction_mask = ((1U << NCL_PER_SUPERCL) - 1U);
-
 /*! Apply force switch,  force + energy version. */
 static inline __device__
 void calculate_force_switch_F(const  cu_nbparam_t nbparam,