diff --git a/llvm/include/llvm/ADT/STLExtras.h b/llvm/include/llvm/ADT/STLExtras.h index 5923fdd46a378..099bef288b953 100644 --- a/llvm/include/llvm/ADT/STLExtras.h +++ b/llvm/include/llvm/ADT/STLExtras.h @@ -58,26 +58,6 @@ template struct make_const_ref { using type = std::add_lvalue_reference_t>; }; -namespace detail { -template class Op, class... Args> struct detector { - using value_t = std::false_type; -}; -template