From a7fb9f8c802b67b8a4a95355b19eaf408c622e95 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 27 Nov 2008 19:33:39 +0000 Subject: [PATCH] remove dead diag git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60181 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Basic/DiagnosticKinds.def | 2 -- 1 file changed, 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") -- 2.50.1