summaryrefslogtreecommitdiff
path: root/include/clang/Basic/DiagnosticASTKinds.td
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2019-09-19 13:35:27 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2019-09-19 13:35:27 +0000
commit416fc0085e177099612909abb9c153be03f8e8b7 (patch)
tree84cf21b60a00a279b3d59497d8833cdebe0cc405 /include/clang/Basic/DiagnosticASTKinds.td
parentf2fcfddc47faf4ca932ace58ca0df87ca4ef0310 (diff)
downloadclang-416fc0085e177099612909abb9c153be03f8e8b7.tar.gz
Clean out unused diagnostics. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@372319 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/DiagnosticASTKinds.td')
-rw-r--r--include/clang/Basic/DiagnosticASTKinds.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/clang/Basic/DiagnosticASTKinds.td b/include/clang/Basic/DiagnosticASTKinds.td
index 98c1269e03..a0acb08f30 100644
--- a/include/clang/Basic/DiagnosticASTKinds.td
+++ b/include/clang/Basic/DiagnosticASTKinds.td
@@ -283,7 +283,6 @@ def warn_odr_variable_multiple_def : Warning<
"external variable %0 defined in multiple translation units">,
InGroup<ODR>;
def note_odr_value_here : Note<"declared here with type %0">;
-def note_odr_defined_here : Note<"also defined here">;
def err_odr_function_type_inconsistent : Error<
"external function %0 declared with incompatible types in different "
"translation units (%1 vs. %2)">;