From afe0a552e0689c14c875a0da445e6e417f4ac449 Mon Sep 17 00:00:00 2001 From: tqchen Date: Tue, 28 Apr 2015 10:50:54 -0700 Subject: [PATCH] Squashed 'subtree/rabit/' changes from e1ddcc2..d1d2ab4 d1d2ab4 remove at end git-subtree-dir: subtree/rabit git-subtree-split: d1d2ab4599387794f7ed8f48cac8a997d0a9796b --- 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,