From af3484607e90fb2d164d38f5e03a4a9394fbe247 Mon Sep 17 00:00:00 2001 From: charlie Date: Fri, 23 Aug 2024 15:13:13 -0500 Subject: [PATCH] Remove unused metafunction --- src/include/migraphx/functional.hpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/include/migraphx/functional.hpp b/src/include/migraphx/functional.hpp index b70a5cd7f69..f7a79c423c5 100644 --- a/src/include/migraphx/functional.hpp +++ b/src/include/migraphx/functional.hpp @@ -265,12 +265,6 @@ void nop(Ts&&...) { } -// check if first type is the same as any in the parameter pack -template -struct is_any : std::disjunction...> -{ -}; - } // namespace MIGRAPHX_INLINE_NS } // namespace migraphx