]> granicus.if.org Git - clang/commitdiff
Remove unused diagnostic.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 26 Oct 2013 10:12:33 +0000 (10:12 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 26 Oct 2013 10:12:33 +0000 (10:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@193469 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticFrontendKinds.td

index 73562cd7a6a8a6d7e91b987e3b8452feb81a3c74..dc80af8e04756fc4c1bf4b71d87e2f2af5e246e1 100644 (file)
@@ -136,8 +136,6 @@ def err_no_submodule_suggest : Error<
   "no submodule named %0 in module '%1'; did you mean '%2'?">;
 def warn_missing_submodule : Warning<"missing submodule '%0'">,
   InGroup<IncompleteUmbrella>;
-def err_module_map_temp_file : Error<
-  "unable to write temporary module map file '%0'">, DefaultFatal;
 def err_module_unavailable : Error<"module '%0' requires feature '%1'">;
 def warn_module_config_macro_undef : Warning<
   "%select{definition|#undef}0 of configuration macro '%1' has no effect on "