diff options
author | dan sinclair <dsinclair@chromium.org> | 2018-04-17 18:46:19 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-04-17 18:46:19 +0000 |
commit | 884b33e78f8f12e143a0ebef725cb6a4b784ce43 (patch) | |
tree | 92edfaef5a0d89a04489ff4ea7c5356766496973 /core/fxcrt/cfx_seekablestreamproxy.h | |
parent | f0f819de8c6c508e77e06d86f1661aa2933af9e1 (diff) | |
download | pdfium-884b33e78f8f12e143a0ebef725cb6a4b784ce43.tar.xz |
Remove unused CFX_SeekableStreamProxy constructor
This CL removes the CFX_SeekableStreamProxy constructor which accepts a data
pointer as it is unused.
Change-Id: I1340ebdf1f85ab1dd6c7cd1b5fdebe796c07115e
Reviewed-on: https://pdfium-review.googlesource.com/30858
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'core/fxcrt/cfx_seekablestreamproxy.h')
-rw-r--r-- | core/fxcrt/cfx_seekablestreamproxy.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/fxcrt/cfx_seekablestreamproxy.h b/core/fxcrt/cfx_seekablestreamproxy.h index 451f7769c2..5e0eecb87b 100644 --- a/core/fxcrt/cfx_seekablestreamproxy.h +++ b/core/fxcrt/cfx_seekablestreamproxy.h @@ -36,7 +36,6 @@ class CFX_SeekableStreamProxy : public Retainable { private: explicit CFX_SeekableStreamProxy(const RetainPtr<IFX_SeekableStream>& stream); - CFX_SeekableStreamProxy(uint8_t* data, size_t size); ~CFX_SeekableStreamProxy() override; size_t ReadData(uint8_t* pBuffer, size_t iBufferSize); |