Remove unused method CodegenBackend::diagnostics
This commit is contained in:
parent
cf858a8ac0
commit
41d329c10d
2 changed files with 0 additions and 5 deletions
|
@ -258,10 +258,6 @@ impl CodegenBackend for LlvmCodegenBackend {
|
|||
llvm_util::print_version();
|
||||
}
|
||||
|
||||
fn diagnostics(&self) -> &[(&'static str, &'static str)] {
|
||||
&error_codes::DIAGNOSTICS
|
||||
}
|
||||
|
||||
fn target_features(&self, sess: &Session) -> Vec<Symbol> {
|
||||
target_features(sess)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue