Minor nbnxm cleanup
[alexxy/gromacs.git] / src / gromacs / nbnxm / pairlist.cpp
index 06293a02619b8176166a21b18fbc21691e7dbe82..8365163e24c38c983da38ad89a0195c7310de175 100644 (file)
@@ -332,15 +332,6 @@ nbnxn_search::nbnxn_search(int                       ePBC,
     nbs_cycle_clear(cc);
 }
 
-nbnxn_search *nbnxn_init_search(int                        ePBC,
-                                const ivec                *n_dd_cells,
-                                const gmx_domdec_zones_t  *zones,
-                                gmx_bool                   bFEP,
-                                int                        nthread_max)
-{
-    return new nbnxn_search(ePBC, n_dd_cells, zones, bFEP, nthread_max);
-}
-
 static void init_buffer_flags(nbnxn_buffer_flags_t *flags,
                               int                   natoms)
 {