From: Benjamin Kramer Date: Tue, 27 Oct 2015 18:34:47 +0000 (+0000) Subject: Remove unused diagnostic. NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ddf0976d2da3925a81339b3fc773dfebaf6d9ef5;p=clang Remove unused diagnostic. NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@251432 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/DiagnosticSemaKinds.td b/include/clang/Basic/DiagnosticSemaKinds.td index 6e90942cc4..1fdd7bc1b9 100644 --- a/include/clang/Basic/DiagnosticSemaKinds.td +++ b/include/clang/Basic/DiagnosticSemaKinds.td @@ -7858,9 +7858,6 @@ def ext_coroutine_without_co_await_co_yield : ExtWarn< "'co_return' used in a function " "that uses neither 'co_await' nor 'co_yield'">, InGroup>; -def err_co_await_no_viable_function : Error< - "invalid co_await operand of type %0; " - "no viable '%1' function %select{|for awaited type %3 }2available">; def err_implied_std_coroutine_traits_not_found : Error< "you need to include before defining a coroutine">; def err_malformed_std_coroutine_traits : Error<