Fix GCC 4.8 warnings
[alexxy/gromacs.git] / src / gromacs / fileio / tngio_for_tools.cpp
index d8fae47a14d65440bd54dee499f341d2929fce40..d6239afb1e71680ba1f7128eda3d3b4505ed562d 100644 (file)
@@ -524,7 +524,6 @@ gmx_bool gmx_read_next_tng_frame(tng_trajectory_t            input,
                         size = sizeof(double);
                         break;
                     default:
-                        size = 0; /* Just to make the compiler happy. */
                         gmx_incons("Illegal datatype of box shape values!");
                 }
                 for (int i = 0; i < DIM; i++)