r232751 - Remove unused diagnostic.

Benjamin Kramer benny.kra at googlemail.com
Thu Mar 19 12:44:38 PDT 2015


Author: d0k
Date: Thu Mar 19 14:44:37 2015
New Revision: 232751

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

Unused since r231851.

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=232751&r1=232750&r2=232751&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Thu Mar 19 14:44:37 2015
@@ -889,8 +889,6 @@ def warn_dealloc_in_category : Warning<
 InGroup<DeallocInCategory>;
 def err_gc_weak_property_strong_type : Error<
   "weak attribute declared on a __strong type property in GC mode">;
-def note_arc_assign_to_strong : Note<
-  "assign the value to a strong variable to keep the object alive during use">;
 def warn_arc_repeated_use_of_weak : Warning <
   "weak %select{variable|property|implicit property|instance variable}0 %1 is "
   "accessed multiple times in this %select{function|method|block|lambda}2 "





More information about the cfe-commits mailing list