diff options
Diffstat (limited to 'include/ocl/equiv.hpp')
| -rw-r--r-- | include/ocl/equiv.hpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/ocl/equiv.hpp b/include/ocl/equiv.hpp index ac6e2cd..f9031b1 100644 --- a/include/ocl/equiv.hpp +++ b/include/ocl/equiv.hpp @@ -13,19 +13,6 @@ /// @brief OCL equivalence namespace. namespace ocl { - template <class T> - struct basic_hash final - { - using result_type = typename T::result_type; - using type = T; - - // AMLALE: If it throws, we can't compute the hash correctly. - constexpr result_type hash() noexcept - { - return type{}.hash(); - } - }; - template <typename T> struct is_real final { |
