Fix cppcheck-1.67 warnings
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / tomorse.c
index f1781e90432994261ac8dde60a65d6f2711efe93..cd9b793b5fb3b2bc75cd9c8b049cc73668da52cd 100644 (file)
@@ -280,7 +280,6 @@ void convert_harmonics(int nrmols, t_molinfo mols[], gpp_atomtype_t atype)
                         last++;
                     }
                 }
-                /* cppcheck-suppress uninitvar Fixed in cppcheck 1.65 */
                 sfree(bRemoveHarm);
                 fprintf(stderr, "Converted %d out of %d %s to morse bonds for mol %d\n",
                         nrharm-last, nrharm, interaction_function[bb].name, i);