]> granicus.if.org Git - clang/commitdiff
Remove unused diagnostics.
authorBenjamin Kramer <benny.kra@googlemail.com>
Tue, 21 May 2013 10:57:36 +0000 (10:57 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Tue, 21 May 2013 10:57:36 +0000 (10:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@182368 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticDriverKinds.td
include/clang/Basic/DiagnosticParseKinds.td

index db457b15369d6c98485413f722e1a9aae51992cd..68e13584ed3660a96180ed3b153701cdf3094f45 100644 (file)
@@ -26,8 +26,6 @@ def err_drv_unsupported_rtlib_for_platform : Error<
   "unsupported runtime library '%0' for platform '%1'">;
 def err_drv_invalid_stdlib_name : Error<
   "invalid library name in argument '%0'">;
-def err_drv_invalid_opt_with_multiple_archs : Error<
-  "option '%0' cannot be used with multiple -arch options">;
 def err_drv_invalid_output_with_multiple_archs : Error<
   "cannot use '%0' output with multiple -arch options">;
 def err_drv_no_input_files : Error<"no input files">;
index a4b8d1810c82c9bfc7a1e9583196023563812038..69314e93d919aaeee1d393175f7dbcd45edc5dac 100644 (file)
@@ -825,8 +825,6 @@ def err_omp_unknown_directive : Error <
   "expected an OpenMP directive">;
 def err_omp_unexpected_directive : Error <
   "unexpected OpenMP directive '#pragma omp %0'">;
-def err_omp_expected_var : Error <
-  "expected '#pragma omp %0' argument to be a variable name">;
 } // end of Parse Issue category.
 
 let CategoryName = "Modules Issue" in {