Remove unused diagnostics. NFC.

llvm-svn: 284595
This commit is contained in:
Benjamin Kramer 2016-10-19 14:22:38 +00:00
parent 88eb6482ca
commit f1fce6e966
1 changed files with 0 additions and 5 deletions

View File

@ -2377,11 +2377,6 @@ def err_swift_param_attr_not_swiftcall : Error<
"'%0' parameter can only be used with swiftcall calling convention">;
def err_swift_indirect_result_not_first : Error<
"'swift_indirect_result' parameters must be first parameters of function">;
def err_swift_context_not_before_swift_error_result : Error<
"'swift_context' parameter can only be followed by 'swift_error_result' "
"parameter">;
def err_swift_error_result_not_last : Error<
"'swift_error_result' parameter must be last parameter of function">;
def err_swift_error_result_not_after_swift_context : Error<
"'swift_error_result' parameter must follow 'swift_context' parameter">;
def err_swift_abi_parameter_wrong_type : Error<