From d562ef07d9faf211f1f6218f0879f02b60a05f18 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Mon, 10 Apr 2017 16:29:57 -0400 Subject: Remove unused CreateSharedStream MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The CreateShreadStream code is not called, remove. Change-Id: I62871ce190e50598b7c82ab3b43355dbde6b8b4b Reviewed-on: https://pdfium-review.googlesource.com/4013 Reviewed-by: Nicolás Peña Commit-Queue: dsinclair --- xfa/fgas/crt/ifgas_stream.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'xfa/fgas/crt/ifgas_stream.h') diff --git a/xfa/fgas/crt/ifgas_stream.h b/xfa/fgas/crt/ifgas_stream.h index 3ffead96dd..d3b3ef545c 100644 --- a/xfa/fgas/crt/ifgas_stream.h +++ b/xfa/fgas/crt/ifgas_stream.h @@ -41,10 +41,6 @@ class IFGAS_Stream : public CFX_Retainable { static CFX_RetainPtr CreateTextStream( const CFX_RetainPtr& pBaseStream); - virtual CFX_RetainPtr CreateSharedStream(uint32_t dwAccess, - int32_t iOffset, - int32_t iLength) = 0; - virtual uint32_t GetAccessModes() const = 0; virtual int32_t GetLength() const = 0; virtual int32_t Seek(FX_STREAMSEEK eSeek, int32_t iOffset) = 0; -- cgit v1.2.3