aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-11-27 19:33:39 +0000
committerChris Lattner <sabre@nondot.org>2008-11-27 19:33:39 +0000
commita7fb9f8c802b67b8a4a95355b19eaf408c622e95 (patch)
tree45064b4931fc6dd429862c8b15651fe99d7ea13b
parente20653219732b03294130999415fc3aa92d2336a (diff)
remove dead diag
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60181 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Basic/DiagnosticKinds.def2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/clang/Basic/DiagnosticKinds.def b/include/clang/Basic/DiagnosticKinds.def
index a9694fa608..94e0d45667 100644
--- a/include/clang/Basic/DiagnosticKinds.def
+++ b/include/clang/Basic/DiagnosticKinds.def
@@ -1267,8 +1267,6 @@ DIAG(err_typecheck_comparison_of_distinct_blocks, ERROR,
"comparison of distinct block types (%0 and %1)")
DIAG(ext_typecheck_convert_incompatible_block_pointer, EXTWARN,
"incompatible block pointer types %2 %1, expected %0")
-DIAG(ext_typecheck_convert_pointer_void_block, EXTENSION,
- "%2 %1 converts between void* and block pointer, expected %0")
DIAG(err_typecheck_array_not_modifiable_lvalue, ERROR,
"array type %0 is not assignable")