From fef4032b3d94d2b6c9f9fe4aca4cb62d02acc76f Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Sun, 15 Dec 2013 14:51:00 +0000 Subject: [PATCH] Remove unused diagnostic. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197345 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Basic/DiagnosticSemaKinds.td | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/clang/Basic/DiagnosticSemaKinds.td b/include/clang/Basic/DiagnosticSemaKinds.td index 3274064fec..807389cb02 100644 --- a/include/clang/Basic/DiagnosticSemaKinds.td +++ b/include/clang/Basic/DiagnosticSemaKinds.td @@ -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>; -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 " -- 2.40.0