Remove unused method CodegenBackend::diagnostics

This commit is contained in:
bjorn3 2019-10-12 12:36:48 +02:00
parent cf858a8ac0
commit 41d329c10d
2 changed files with 0 additions and 5 deletions

View file

@ -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)
}