Index: third_party/lzma/v4_65/files/CPP/7zip/UI/Console/List.h |
diff --git a/third_party/lzma/v4_65/files/CPP/7zip/UI/Console/List.h b/third_party/lzma/v4_65/files/CPP/7zip/UI/Console/List.h |
deleted file mode 100644 |
index bb4287e68b1cdf3d9b6767185cb7fb545632c500..0000000000000000000000000000000000000000 |
--- a/third_party/lzma/v4_65/files/CPP/7zip/UI/Console/List.h |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-// List.h |
- |
-#ifndef __LIST_H |
-#define __LIST_H |
- |
-#include "Common/Wildcard.h" |
-#include "../Common/LoadCodecs.h" |
- |
-HRESULT ListArchives(CCodecs *codecs, const CIntVector &formatIndices, |
- UStringVector &archivePaths, UStringVector &archivePathsFull, |
- const NWildcard::CCensorNode &wildcardCensor, |
- bool enableHeaders, bool techMode, |
- #ifndef _NO_CRYPTO |
- bool &passwordEnabled, UString &password, |
- #endif |
- UInt64 &errors); |
- |
-#endif |
- |