Remove unused diagnostic.

llvm-svn: 193774
This commit is contained in:
Benjamin Kramer 2013-10-31 17:36:01 +00:00
parent a4290bed81
commit 907305377a
1 changed files with 0 additions and 2 deletions

View File

@ -169,8 +169,6 @@ def err_expected_member_name_or_semi : Error<
"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">;