summaryrefslogtreecommitdiff
path: root/include/clang/Basic/DiagnosticFrontendKinds.td
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2013-01-20 19:29:01 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2013-01-20 19:29:01 +0000
commitd9e26f59c25528b9de3c3f3939962a211a9a786d (patch)
tree5dc6ad06fa09b2bc683e2f3e0d7584eb87f569fb /include/clang/Basic/DiagnosticFrontendKinds.td
parent4867b1bd4b3261621a7620fb9fdec0aa96abb1f1 (diff)
downloadclang-d9e26f59c25528b9de3c3f3939962a211a9a786d.tar.gz
clang-d9e26f59c25528b9de3c3f3939962a211a9a786d.tar.bz2
clang-d9e26f59c25528b9de3c3f3939962a211a9a786d.tar.xz
Prune unused diagnostics.
Courtesy of utils/find-unused-diagnostics.sh. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172988 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/DiagnosticFrontendKinds.td')
-rw-r--r--include/clang/Basic/DiagnosticFrontendKinds.td2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/clang/Basic/DiagnosticFrontendKinds.td b/include/clang/Basic/DiagnosticFrontendKinds.td
index 168cc74443..230a6d3dcc 100644
--- a/include/clang/Basic/DiagnosticFrontendKinds.td
+++ b/include/clang/Basic/DiagnosticFrontendKinds.td
@@ -48,8 +48,6 @@ def err_fe_unable_to_interface_with_target : Error<
"unable to interface with target machine">;
def err_fe_unable_to_open_output : Error<
"unable to open output file '%0': '%1'">;
-def err_fe_unable_to_open_logfile : Error<
- "unable to open logfile file '%0': '%1'">;
def err_fe_pth_file_has_no_source_header : Error<
"PTH file '%0' does not designate an original source header file for -include-pth">;
def warn_fe_macro_contains_embedded_newline : Warning<