| Index: third_party/lzma/v4_65/files/CPP/7zip/Common/StreamUtils.h
|
| diff --git a/third_party/lzma/v4_65/files/CPP/7zip/Common/StreamUtils.h b/third_party/lzma/v4_65/files/CPP/7zip/Common/StreamUtils.h
|
| deleted file mode 100644
|
| index f1cfd1848426888ccae564adb87dab7b793e93f4..0000000000000000000000000000000000000000
|
| --- a/third_party/lzma/v4_65/files/CPP/7zip/Common/StreamUtils.h
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -// StreamUtils.h
|
| -
|
| -#ifndef __STREAMUTILS_H
|
| -#define __STREAMUTILS_H
|
| -
|
| -#include "../IStream.h"
|
| -
|
| -HRESULT ReadStream(ISequentialInStream *stream, void *data, size_t *size);
|
| -HRESULT ReadStream_FALSE(ISequentialInStream *stream, void *data, size_t size);
|
| -HRESULT ReadStream_FAIL(ISequentialInStream *stream, void *data, size_t size);
|
| -HRESULT WriteStream(ISequentialOutStream *stream, const void *data, size_t size);
|
| -
|
| -#endif
|
|
|