From f7f485464d1d600ef33adea44f2d0c92abe37c16 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 3 May 2004 23:08:22 +0000 Subject: Well, now we use MemoryReadStream at least in SAGA engine. Concept proved itself to be elegant and successful svn-id: r13770 --- common/stream.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'common') 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: -- cgit v1.2.3