Fix cppcheck 1.64 warnings
[alexxy/gromacs.git] / src / gromacs / fileio / md5.c
index ca27dbb75ae43d3f85bdfcadd5b77bb58af20300..e6a608ebf3ec6974d3690577166670f3b27d1a7f 100644 (file)
@@ -184,7 +184,6 @@ md5_process(md5_state_t *pms, const md5_byte_t *data /*[64]*/)
 #else
     /* Define storage for little-endian or both types of CPUs. */
     md5_word_t        xbuf[16];
-    /* cppcheck-suppress unassignedVariable */
     const md5_word_t *X;
 #endif