diff options
author | Mike Stump <mrs@apple.com> | 2009-08-27 00:29:21 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-08-27 00:29:21 +0000 |
commit | 0e88b16fe88d7419fe2b48362d38c960bc93982c (patch) | |
tree | 02b4ce272553a39955b29411cf909c0c3d00f982 /include/clang | |
parent | a6ec7ad25a137fd42d84e6b6d44b32976cae440c (diff) |
Cleanups.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80185 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang')
-rw-r--r-- | include/clang/Basic/DiagnosticSemaKinds.td | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/clang/Basic/DiagnosticSemaKinds.td b/include/clang/Basic/DiagnosticSemaKinds.td index b76b75ea46..d376b9e68d 100644 --- a/include/clang/Basic/DiagnosticSemaKinds.td +++ b/include/clang/Basic/DiagnosticSemaKinds.td @@ -1663,8 +1663,6 @@ def warn_cannot_pass_non_pod_arg_to_vararg : Warning< "cannot pass object of non-POD type %0 through variadic " "%select{function|block|method}1; call will abort at runtime">; -def err_typecheck_closure_too_many_args : Error< - "too many arguments to closure call">; def err_typecheck_call_invalid_ordered_compare : Error< "ordered compare requires two args of floating point type (%0 and %1)">; def err_typecheck_cond_expect_scalar : Error< |