Clean-up gmx_eof
[alexxy/gromacs.git] / src / gromacs / utility / futil.h
index bec08e5a489546fbb116c24bcad3d0e9104a29cd..dc7441012ad8c1a121f37fff98129ae71c98247e 100644 (file)
@@ -109,17 +109,6 @@ void no_buffers(void);
  */
 gmx_bool gmx_fexist(const char *fname);
 
-/*! \brief
- * Checks for end of file.
- *
- * \returns `TRUE` on end-of-file
- *
- * \todo
- * There are only two callers for this function, while there are ~20 direct
- * calls to feof().  Probably this is unnecessary.
- */
-gmx_bool gmx_eof(FILE *fp);
-
 /*! \brief
  * Makes a backup of file if the file exists.
  *