Fix cppcheck 1.64 warnings
[alexxy/gromacs.git] / src / external / tng_io / src / lib / md5.c
index ea8bb37b5e0ed7d2c8f15e7c6bdab910eeb455de..0ab0367e78d078ede8530b78724103f838f5fec5 100644 (file)
@@ -165,7 +165,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