diff --git a/loader/include/Geode/utils/general.hpp b/loader/include/Geode/utils/general.hpp index e231cb1a..d23b3c63 100644 --- a/loader/include/Geode/utils/general.hpp +++ b/loader/include/Geode/utils/general.hpp @@ -14,16 +14,6 @@ #include #include -// only windows seems to properly implement std::hash on std::filesystem::path -#ifdef GEODE_IS_ANDROID -template <> -struct std::hash { - std::size_t operator()(std::filesystem::path const& path) const noexcept { - return std::filesystem::hash_value(path); - } -}; -#endif - namespace geode { using ByteVector = std::vector;