summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2012-11-16 04:10:20 +0000
committerDouglas Gregor <dgregor@apple.com>2012-11-16 04:10:20 +0000
commit106d7a27043d4f942d5284ee0c15513e6568ca71 (patch)
treedf558935f03e1c979e9481dc6890779fa8be7ab8 /clang
parenta95099ebd34f7cb0b3c69f0ce48025f83ec74e4f (diff)
downloadbcm5719-llvm-106d7a27043d4f942d5284ee0c15513e6568ca71.tar.gz
bcm5719-llvm-106d7a27043d4f942d5284ee0c15513e6568ca71.zip
Remove unused diagnostics
llvm-svn: 168135
Diffstat (limited to 'clang')
-rw-r--r--clang/include/clang/Basic/DiagnosticSerializationKinds.td6
1 files changed, 0 insertions, 6 deletions
diff --git a/clang/include/clang/Basic/DiagnosticSerializationKinds.td b/clang/include/clang/Basic/DiagnosticSerializationKinds.td
index e9df09d114d..62c0d12d4af 100644
--- a/clang/include/clang/Basic/DiagnosticSerializationKinds.td
+++ b/clang/include/clang/Basic/DiagnosticSerializationKinds.td
@@ -53,12 +53,6 @@ def err_pch_macro_def_undef : Error<
def err_pch_macro_def_conflict : Error<
"definition of macro '%0' differs between the precompiled header ('%1') "
"and the command line ('%2')">;
-def err_pch_include_opt_missing : Error<
- "precompiled header depends on '%select{-include|-imacros}0 %1' option "
- "that is missing from the command line">;
-def err_pch_include_opt_conflict : Error<
- "precompiled header option '%select{-include|-imacros}0 %1' conflicts with "
- "corresponding option '%select{-include|-imacros}0 %2' on command line">;
def err_pch_undef : Error<
"%select{command line contains|precompiled header was built with}0 "
"'-undef' but %select{precompiled header was not built with it|"
OpenPOWER on IntegriCloud