r197345 - Remove unused diagnostic.

Benjamin Kramer benny.kra at googlemail.com
Sun Dec 15 06:51:01 PST 2013


Author: d0k
Date: Sun Dec 15 08:51:00 2013
New Revision: 197345

URL: http://llvm.org/viewvc/llvm-project?rev=197345&view=rev
Log:
Remove unused diagnostic.

Modified:
    cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td

Modified: cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td?rev=197345&r1=197344&r2=197345&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Sun Dec 15 08:51:00 2013
@@ -551,8 +551,6 @@ def err_inconsistent_ivar_count : Error<
   "inconsistent number of instance variables specified">;
 def warn_undef_method_impl : Warning<"method definition for %0 not found">,
   InGroup<DiagGroup<"incomplete-implementation">>;
-def note_required_for_protocol_at : 
-  Note<"required for direct or indirect protocol %0">;
 
 def warn_conflicting_overriding_ret_types : Warning<
   "conflicting return type in "





More information about the cfe-commits mailing list