Index: third_party/lzma/v4_65/files/CPP/7zip/Archive/Common/ItemNameUtils.h |
diff --git a/third_party/lzma/v4_65/files/CPP/7zip/Archive/Common/ItemNameUtils.h b/third_party/lzma/v4_65/files/CPP/7zip/Archive/Common/ItemNameUtils.h |
deleted file mode 100644 |
index 5eafacb12e018f1f7d619b0e0904c810a73d0923..0000000000000000000000000000000000000000 |
--- a/third_party/lzma/v4_65/files/CPP/7zip/Archive/Common/ItemNameUtils.h |
+++ /dev/null |
@@ -1,24 +0,0 @@ |
-// Archive/Common/ItemNameUtils.h |
- |
-#ifndef __ARCHIVE_ITEMNAMEUTILS_H |
-#define __ARCHIVE_ITEMNAMEUTILS_H |
- |
-#include "../../../Common/MyString.h" |
- |
-namespace NArchive { |
-namespace NItemName { |
- |
- UString MakeLegalName(const UString &name); |
- UString GetOSName(const UString &name); |
- UString GetOSName2(const UString &name); |
- bool HasTailSlash(const AString &name, UINT codePage); |
- |
- #ifdef _WIN32 |
- inline UString WinNameToOSName(const UString &name) { return name; } |
- #else |
- UString WinNameToOSName(const UString &name); |
- #endif |
- |
-}} |
- |
-#endif |