Kill off obsolete err_target_unknown_cxxabi diag

Unused since r199250.

llvm-svn: 199459
This commit is contained in:
Alp Toker 2014-01-17 04:23:58 +00:00
parent 581f6f1dfc
commit 9609d30db6
1 changed files with 0 additions and 1 deletions

View File

@ -117,7 +117,6 @@ def err_target_unknown_triple : Error<
"unknown target triple '%0', please use -triple or -arch">;
def err_target_unknown_cpu : Error<"unknown target CPU '%0'">;
def err_target_unknown_abi : Error<"unknown target ABI '%0'">;
def err_target_unknown_cxxabi : Error<"unknown C++ ABI '%0'">;
def err_target_unknown_fpmath : Error<"unknown FP unit '%0'">;
def err_target_unsupported_fpmath : Error<
"the '%0' unit is not supported with this instruction set">;