Move responsibility for bonded threading decomposition
[alexxy/gromacs.git] / src / gromacs / mdlib / mdsetup.h
index 9631266ac4fa5fea89f01c2efe282cf264b25d4c..2aad417bffc84710492e3f1f2d6701506b922dc3 100644 (file)
@@ -77,12 +77,4 @@ void mdAlgorithmsSetupAtomData(const t_commrec   *cr,
                                gmx_vsite_t       *vsite,
                                gmx_shellfc_t     *shellfc);
 
-/*! \brief Clean up after MD algorithms.
- *
- * \param[out] bt            Manages the bonded threading.
- * \param[out] top           The local topology
- */
-void mdAlgorithmsTearDownAtomData(bonded_threading_t *bt,
-                                  gmx_localtop_t     *top);
-
 #endif