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 'Common/Wildcard.h')
-rwxr-xr-xCommon/Wildcard.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Common/Wildcard.h b/Common/Wildcard.h
index 50dd305a..82d2bbd2 100755
--- a/Common/Wildcard.h
+++ b/Common/Wildcard.h
@@ -75,7 +75,4 @@ public:
}
-// return true if names differs only with '\' or '/' characters
-bool AreTheFileNamesDirDelimiterEqual(const UString &name1, const UString &name2);
-
#endif