From e633327c093de66f125afe9ef2632bd5b7d0fbfb Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Sun, 14 Jun 2026 09:33:33 +0100 Subject: [PATCH] Removed commented out code --- include/etl/type_list.h | 6 ------ 1 file changed, 6 deletions(-) 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;