diff --git a/common/place.cc b/common/place.cc index e3f183a2..0bb5f3af 100644 --- a/common/place.cc +++ b/common/place.cc @@ -36,14 +36,6 @@ #include "arch_place.h" #include "log.h" -namespace std { - template <> struct hash> { - size_t operator()(const std::tuple &x) const noexcept { - return std::hash()(get<0>(x)) + std::hash()(get<1>(x)) + std::hash()(get<2>(x)); - } - }; -}; - NEXTPNR_NAMESPACE_BEGIN void place_design(Design *design)