From: Benjamin Kramer Date: Tue, 22 Sep 2015 14:34:59 +0000 (+0000) Subject: Remove unused diagnostic. NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd04d50d58e2a8b1f6be861aaba3c518c3a4a8b8;p=clang Remove unused diagnostic. NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@248279 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/DiagnosticSemaKinds.td b/include/clang/Basic/DiagnosticSemaKinds.td index 67e629f29e..5e4e711492 100644 --- a/include/clang/Basic/DiagnosticSemaKinds.td +++ b/include/clang/Basic/DiagnosticSemaKinds.td @@ -7778,8 +7778,6 @@ def err_module_import_in_extern_c : Error< "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">;