Remove unused diagnostic. NFC.

llvm-svn: 251432
This commit is contained in:
Benjamin Kramer 2015-10-27 18:34:47 +00:00
parent 3d5e5680e2
commit 8a23638da4
1 changed files with 0 additions and 3 deletions

View File

@ -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<DiagGroup<"coreturn-without-coawait">>;
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 <coroutine> before defining a coroutine">;
def err_malformed_std_coroutine_traits : Error<