Merge commit 'afe0a552e0689c14c875a0da445e6e417f4ac449'

This commit is contained in:
tqchen 2015-04-28 10:50:54 -07:00
commit 55fe810232

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,