r193774 - Remove unused diagnostic.

Benjamin Kramer benny.kra at googlemail.com
Thu Oct 31 10:36:01 PDT 2013


Author: d0k
Date: Thu Oct 31 12:36:01 2013
New Revision: 193774

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

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

Modified: cfe/trunk/include/clang/Basic/DiagnosticParseKinds.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticParseKinds.td?rev=193774&r1=193773&r2=193774&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticParseKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticParseKinds.td Thu Oct 31 12:36:01 2013
@@ -169,8 +169,6 @@ def err_expected_member_name_or_semi : E
   "expected member name or ';' after declaration specifiers">;
 def err_function_declared_typedef : Error<
   "function definition declared 'typedef'">;
-def err_iboutletcollection_with_protocol : Error<
-  "invalid argument of iboutletcollection attribute">;
 def err_at_defs_cxx : Error<"@defs is not supported in Objective-C++">;
 def err_at_in_class : Error<"unexpected '@' in member specification">;
 





More information about the cfe-commits mailing list