summaryrefslogtreecommitdiffhomepage
path: root/include/ocl/equiv.hpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-21 11:11:23 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-21 11:11:23 +0100
commit185335e8efcac46e96e25e5a50e0d4b93152f983 (patch)
tree8b5f824d4913aa7a3d3e70df0aaa6c0980b81122 /include/ocl/equiv.hpp
parent646d97f28c2891d634e3066535524fa28e297045 (diff)
feat: New release of `OCL.Core`, standalone module.v3.0
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/ocl/equiv.hpp')
-rw-r--r--include/ocl/equiv.hpp13
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
{