diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2019-10-12 12:36:48 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2019-10-13 14:35:14 +0200 |
| commit | 41d329c10d68d1ddefde134d6c276d384a68d1a1 (patch) | |
| tree | 78eb20df7a844e2d1e4774b90d220f80d3bfb456 /src/librustc_codegen_llvm/lib.rs | |
| parent | cf858a8ac099e684195d5d9bcb8f547476414739 (diff) | |
| download | rust-41d329c10d68d1ddefde134d6c276d384a68d1a1.tar.gz rust-41d329c10d68d1ddefde134d6c276d384a68d1a1.zip | |
Remove unused method CodegenBackend::diagnostics
Diffstat (limited to 'src/librustc_codegen_llvm/lib.rs')
| -rw-r--r-- | src/librustc_codegen_llvm/lib.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/librustc_codegen_llvm/lib.rs b/src/librustc_codegen_llvm/lib.rs index 52797e64f7d..6c44c6b8464 100644 --- a/src/librustc_codegen_llvm/lib.rs +++ b/src/librustc_codegen_llvm/lib.rs @@ -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) } |
