diff options
Diffstat (limited to 'common/idstring.h')
-rw-r--r-- | common/idstring.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/common/idstring.h b/common/idstring.h index aba40ae6..5a7719fa 100644 --- a/common/idstring.h +++ b/common/idstring.h @@ -62,14 +62,4 @@ struct IdString NEXTPNR_NAMESPACE_END -namespace std { -template <> struct hash<NEXTPNR_NAMESPACE_PREFIX IdString> -{ - std::size_t operator()(const NEXTPNR_NAMESPACE_PREFIX IdString &obj) const noexcept - { - return std::hash<int>()(obj.index); - } -}; -} // namespace std - #endif /* IDSTRING_H */ |