aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/FormatAdapters.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Support/FormatAdapters.h')
-rw-r--r--include/llvm/Support/FormatAdapters.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Support/FormatAdapters.h b/include/llvm/Support/FormatAdapters.h
index 7bacd2e17135..698e134b328d 100644
--- a/include/llvm/Support/FormatAdapters.h
+++ b/include/llvm/Support/FormatAdapters.h
@@ -22,9 +22,6 @@ protected:
explicit FormatAdapter(T &&Item) : Item(Item) {}
T Item;
-
- static_assert(!detail::uses_missing_provider<T>::value,
- "Item does not have a format provider!");
};
namespace detail {