]> granicus.if.org Git - clang/commitdiff
Remove diagnostic leftover from the ancient times when C++1y support was incomplete.
authorBenjamin Kramer <benny.kra@googlemail.com>
Fri, 8 Nov 2013 09:48:11 +0000 (09:48 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Fri, 8 Nov 2013 09:48:11 +0000 (09:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194254 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticSemaKinds.td

index 6adc68bafa72f9f318f164310f128c68bb2e1bfa..5f26a0013d64cb9131d13bf7db03bf73ec2e3156 100644 (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<