diff --git a/src/core/src/package.cxx b/src/core/src/package.cxx index fc878b1..d150f6f 100644 --- a/src/core/src/package.cxx +++ b/src/core/src/package.cxx @@ -14,19 +14,6 @@ #include #include -#if __APPLE__ -namespace std -{ -template <> -struct hash { - size_t operator()(std::filesystem::path const& path) const - { - return std::hash()(std::filesystem::canonical(path).generic_string()); - } -}; -} // namespace std -#endif - namespace valet {