Revert "Individualize NameHashSet Hashing & Revisit #709 (#740)"

This reverts commit 3803fbfe20.
This commit is contained in:
Michael Flaherty
2018-07-27 20:36:16 -07:00
parent 3803fbfe20
commit ece57df986
15 changed files with 40 additions and 99 deletions
-4
View File
@@ -72,10 +72,6 @@ public: //NameHashSet
{
return strcmp(key, value->m_File) == 0;
}
static inline uint32_t hash(const detail::CharsAndLength &key)
{
return key.hash();
}
private:
char m_File[PLATFORM_MAX_PATH];
char m_CurFile[PLATFORM_MAX_PATH];