Clean up trivial function and duplicating macroses from NBNXM
[alexxy/gromacs.git] / src / gromacs / nbnxm / opencl / nbnxm_ocl_types.h
index 74f042939cc2a3243c11f0bd8e4a1b858601772e..6e3a4101614cfa98a5cafd125abc346c78dc33fc 100644 (file)
@@ -77,17 +77,6 @@ struct gmx_wallclock_gpu_nbnxn_t;
 const int c_oclPruneKernelJ4ConcurrencyDEFAULT = GMX_NBNXN_PRUNE_KERNEL_J4_CONCURRENCY_DEFAULT;
 /*! @} */
 
-/*! \brief Returns the j4 processing concurrency parameter for the vendor \p vendorId
- *  \param deviceVendor Vendor.
- */
-static inline int getOclPruneKernelJ4Concurrency(DeviceVendor deviceVendor)
-{
-    switch (deviceVendor)
-    {
-        default: return c_oclPruneKernelJ4ConcurrencyDEFAULT;
-    }
-}
-
 /*! \brief Electrostatic OpenCL kernel flavors.
  *
  *  Types of electrostatics implementations available in the OpenCL non-bonded