From 472fc9d1f1236af7c8183b89670e6c4035503ab8 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Wed, 19 Oct 2016 14:22:38 +0000 Subject: [PATCH] Remove unused diagnostics. NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284595 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Basic/DiagnosticSemaKinds.td | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/clang/Basic/DiagnosticSemaKinds.td b/include/clang/Basic/DiagnosticSemaKinds.td index e04ead16d8..68fbb72df3 100644 --- a/include/clang/Basic/DiagnosticSemaKinds.td +++ b/include/clang/Basic/DiagnosticSemaKinds.td @@ -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< -- 2.40.0