Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/Common/LimitedStreams.h')
-rwxr-xr-x7zip/Common/LimitedStreams.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/7zip/Common/LimitedStreams.h b/7zip/Common/LimitedStreams.h
index 02633bc6..d40be974 100755
--- a/7zip/Common/LimitedStreams.h
+++ b/7zip/Common/LimitedStreams.h
@@ -18,7 +18,6 @@ public:
MY_UNKNOWN_IMP
STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
- STDMETHOD(ReadPart)(void *data, UInt32 size, UInt32 *processedSize);
};
#endif