From 3e1ace5ac7cb95c5740ebb42f863ffe511cf5024 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Thu, 19 Mar 2015 19:44:37 +0000 Subject: [PATCH] Remove unused diagnostic. Unused since r231851. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@232751 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 3fb3774e2a..a3ab5dff8c 100644 --- a/include/clang/Basic/DiagnosticSemaKinds.td +++ b/include/clang/Basic/DiagnosticSemaKinds.td @@ -889,8 +889,6 @@ def warn_dealloc_in_category : Warning< InGroup; 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 " -- 2.40.0