diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/stream.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/stream.h b/common/stream.h index 1707f0e696..2ab5d8b893 100644 --- a/common/stream.h +++ b/common/stream.h @@ -105,9 +105,6 @@ public: /** * Simple memory based 'stream', which implements the ReadStream interface for * a plain memory block. - * - * Currently not used anywhere, just a proof of concept, and meant to give an - * idea of what streams can be used for. */ class MemoryReadStream : public ReadStream { private: |