diff --git a/include/etl/type_list.h b/include/etl/type_list.h index 8255eaa7..7cfdfaa0 100644 --- a/include/etl/type_list.h +++ b/include/etl/type_list.h @@ -992,12 +992,6 @@ namespace etl { }; - //// Specialisation if no lists provided. - //template - //struct type_list_in_any_list : etl::false_type - //{ - //}; - #if ETL_USING_CPP17 template inline constexpr bool type_list_in_any_list_v = type_list_in_any_list::value;