Skip to content

Commit

Permalink
Remove unused metafunction
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieL7 committed Aug 23, 2024
1 parent 110637b commit af34846
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/include/migraphx/functional.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -265,12 +265,6 @@ void nop(Ts&&...)
{
}

// check if first type is the same as any in the parameter pack
template <class T, class... Ts>
struct is_any : std::disjunction<std::is_same<T, Ts>...>
{
};

} // namespace MIGRAPHX_INLINE_NS
} // namespace migraphx

Expand Down

0 comments on commit af34846

Please sign in to comment.