From 6bb997504c21c34a5856ba9b7b0483b2516db6a9 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 2 Dec 2015 19:53:05 +0000 Subject: Remove the duplicate copy constructor that MSVC warns about. --- lib/common/CollectInBufferStream.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib') diff --git a/lib/common/CollectInBufferStream.h b/lib/common/CollectInBufferStream.h index a76daf65..297d2851 100644 --- a/lib/common/CollectInBufferStream.h +++ b/lib/common/CollectInBufferStream.h @@ -38,12 +38,6 @@ public: rOther.Reset(); } -private: - // No copying (only moving, as defined above) - CollectInBufferStream(const CollectInBufferStream &); - CollectInBufferStream(const IOStream &); - -public: virtual int Read(void *pBuffer, int NBytes, int Timeout = IOStream::TimeOutInfinite); virtual pos_type BytesLeftToRead(); virtual void Write(const void *pBuffer, int NBytes, -- cgit v1.2.3