Remove diagnostic leftover from the ancient times when C++1y support was incomplete.

llvm-svn: 194254
This commit is contained in:
Benjamin Kramer 2013-11-08 09:48:11 +00:00
parent 8653443902
commit 6d9d34b5a6
1 changed files with 0 additions and 4 deletions

View File

@ -5133,10 +5133,6 @@ let CategoryName = "Lambda Issue" in {
"cannot deduce type for lambda capture %0 from initializer list">;
}
// C++1y Generic Lambdas
def err_glambda_not_fully_implemented : Error<
"unimplemented generic lambda feature: %0">;
def err_return_in_captured_stmt : Error<
"cannot return from %0">;
def err_capture_block_variable : Error<