r248279 - Remove unused diagnostic. NFC.
Benjamin Kramer via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 22 07:34:59 PDT 2015
Author: d0k
Date: Tue Sep 22 09:34:59 2015
New Revision: 248279
URL: http://llvm.org/viewvc/llvm-project?rev=248279&view=rev
Log:
Remove unused diagnostic. NFC.
Modified:
cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
Modified: cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td?rev=248279&r1=248278&r2=248279&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Tue Sep 22 09:34:59 2015
@@ -7778,8 +7778,6 @@ def err_module_import_in_extern_c : Erro
"specification">;
def note_module_import_in_extern_c : Note<
"extern \"C\" language linkage specification begins here">;
-def err_module_import_not_at_top_level : Error<
- "import of module '%0' appears within %1">;
def err_module_import_not_at_top_level_fatal : Error<
"import of module '%0' appears within %1">, DefaultFatal;
def note_module_import_not_at_top_level : Note<"%0 begins here">;
More information about the cfe-commits
mailing list