From d1d2ab4599387794f7ed8f48cac8a997d0a9796b Mon Sep 17 00:00:00 2001 From: tqchen Date: Tue, 28 Apr 2015 10:49:44 -0700 Subject: [PATCH] remove at end --- include/dmlc/io.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/dmlc/io.h b/include/dmlc/io.h index e42585cdf..017181c54 100644 --- a/include/dmlc/io.h +++ b/include/dmlc/io.h @@ -83,8 +83,6 @@ class SeekStream: public Stream { virtual void Seek(size_t pos) = 0; /*! \brief tell the position of the stream */ virtual size_t Tell(void) = 0; - /*! \return whether we are at end of file */ - virtual bool AtEnd(void) const = 0; /*! * \brief generic factory function * create an SeekStream for read only,