Remove unused function declarations in update.h
authorKevin Boyd <kevin.boyd@uconn.edu>
Sat, 22 Dec 2018 00:22:50 +0000 (19:22 -0500)
committerMark Abraham <mark.j.abraham@gmail.com>
Thu, 27 Dec 2018 05:39:45 +0000 (06:39 +0100)
These were flagged by Pascal as unused. According to
git blame, the last time these declarations were touched
was in 2013

Change-Id: Ic52e8460d2e3867e6c2ddd2aded034501470feff

src/gromacs/mdlib/update.h

index 81b1ace2786d4cb42a9ec6e447d373536f6f1e7b..21792035206ddb5fc7e0c3e5ae74caf57c7f169b 100644 (file)
@@ -234,10 +234,6 @@ int **init_npt_vars(const t_inputrec *ir, t_state *state, t_extmass *Mass, gmx_b
 real NPT_energy(const t_inputrec *ir, const t_state *state, const t_extmass *MassQ);
 /* computes all the pressure/tempertature control energy terms to get a conserved energy */
 
-// TODO: This doesn't seem to be used or implemented anywhere
-void NBaroT_trotter(t_grpopts *opts, real dt,
-                    double xi[], double vxi[], real *veta, t_extmass *MassQ);
-
 void vrescale_tcoupl(const t_inputrec *ir, int64_t step,
                      gmx_ekindata_t *ekind, real dt,
                      double therm_integral[]);
@@ -277,10 +273,4 @@ void berendsen_pscale(const t_inputrec *ir, const matrix mu,
                       int start, int nr_atoms,
                       rvec x[], const unsigned short cFREEZE[],
                       t_nrnb *nrnb);
-
-// TODO: This doesn't seem to be used or implemented anywhere
-void correct_ekin(FILE *log, int start, int end, rvec v[],
-                  rvec vcm, real mass[], real tmass, tensor ekin);
-/* Correct ekin for vcm */
-
 #endif