Squashed 'subtree/rabit/' changes from e1ddcc2..d1d2ab4

d1d2ab4 remove at end

git-subtree-dir: subtree/rabit
git-subtree-split: d1d2ab4599387794f7ed8f48cac8a997d0a9796b
This commit is contained in:
tqchen 2015-04-28 10:50:54 -07:00
parent 1e56ba86d9
commit afe0a552e0

View File

@ -83,8 +83,6 @@ class SeekStream: public Stream {
virtual void Seek(size_t pos) = 0; virtual void Seek(size_t pos) = 0;
/*! \brief tell the position of the stream */ /*! \brief tell the position of the stream */
virtual size_t Tell(void) = 0; virtual size_t Tell(void) = 0;
/*! \return whether we are at end of file */
virtual bool AtEnd(void) const = 0;
/*! /*!
* \brief generic factory function * \brief generic factory function
* create an SeekStream for read only, * create an SeekStream for read only,