From 73540e6b44caf5d1c6b33a78115888edad13569d Mon Sep 17 00:00:00 2001
From: Axel Kohlmeyer <akohlmey@gmail.com>
Date: Thu, 16 Aug 2018 22:33:38 -0400
Subject: [PATCH] remove unneeded comments

---
 src/USER-COLVARS/fix_colvars.h | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/src/USER-COLVARS/fix_colvars.h b/src/USER-COLVARS/fix_colvars.h
index 509eca5de3..3029ba9db5 100644
--- a/src/USER-COLVARS/fix_colvars.h
+++ b/src/USER-COLVARS/fix_colvars.h
@@ -34,7 +34,6 @@ FixStyle(colvars,FixColvars)
 #define LMP_FIX_COLVARS_H
 
 #include "fix.h"
-#include <vector>
 
 // forward declaration
 class colvarproxy_lammps;
@@ -77,13 +76,6 @@ class FixColvars : public Fix {
   int   num_coords;    // total number of atoms controlled by this fix
   tagint *taglist;     // list of all atom IDs referenced by colvars.
 
-  // TODO get rid of these
-  // std::vector<cvm::atom_pos> *coords; // coordinates of colvar atoms
-  // std::vector<cvm::rvector> *forces; // received forces of colvar atoms
-  // std::vector<cvm::rvector> *oforce; // old total forces of colvar atoms
-  // std::vector<cvm::real> *masses;
-  // std::vector<cvm::real> *charges;
-
   int   nmax;          // size of atom communication buffer.
   int   size_one;      // bytes per atom in communication buffer.
   struct commdata *comm_buf; // communication buffer
-- 
GitLab