diff options
Diffstat (limited to 'src/buildtool/storage/target_cache.hpp')
-rw-r--r-- | src/buildtool/storage/target_cache.hpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/buildtool/storage/target_cache.hpp b/src/buildtool/storage/target_cache.hpp index cfd8534e..a45d3999 100644 --- a/src/buildtool/storage/target_cache.hpp +++ b/src/buildtool/storage/target_cache.hpp @@ -162,13 +162,4 @@ using ActiveTargetCache = TargetCache<true>; // NOLINTNEXTLINE(misc-header-include-cycle) #include "src/buildtool/storage/target_cache.tpp" -namespace std { -template <> -struct hash<TargetCacheKey> { - [[nodiscard]] auto operator()(TargetCacheKey const& k) const { - return std::hash<Artifact::ObjectInfo>{}(k.Id()); - } -}; -} // namespace std - #endif // INCLUDED_SRC_BUILDTOOL_STORAGE_TARGET_CACHE_HPP |