]> granicus.if.org Git - clang/commitdiff
remove dead diag
authorChris Lattner <sabre@nondot.org>
Thu, 27 Nov 2008 19:33:39 +0000 (19:33 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 27 Nov 2008 19:33:39 +0000 (19:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60181 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticKinds.def

index a9694fa608a9556154124e7e3deaaa0d16607d03..94e0d45667ac1d731ee336d2f6c1de4cc9186035 100644 (file)
@@ -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")