Skip to content

Commit

Permalink
Review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikee47 committed Oct 20, 2018
1 parent 4d88b92 commit c30bf51
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Sming/SmingCore/Data/Stream/EndlessMemoryStream.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ class EndlessMemoryStream : public ReadWriteStream
*/
virtual size_t write(const uint8_t* buffer, size_t size);

/** @todo is this behaviour consistent with DataSourceStream ?
* It might be desirable to return true when _stream is null.
*/
virtual bool isFinished()
{
return false;
Expand Down

0 comments on commit c30bf51

Please sign in to comment.