File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ use rustc_codegen_ssa::CodegenResults;
29
29
use rustc_errors:: ErrorReported ;
30
30
use rustc_middle:: dep_graph:: { WorkProduct , WorkProductId } ;
31
31
use rustc_middle:: middle:: cstore:: { EncodedMetadata , MetadataLoader } ;
32
- use rustc_middle:: ty:: query:: Providers ;
33
32
use rustc_session:: config:: OutputFilenames ;
34
33
use rustc_session:: Session ;
35
34
@@ -168,9 +167,6 @@ impl CodegenBackend for CraneliftCodegenBackend {
168
167
Box :: new ( rustc_codegen_ssa:: back:: metadata:: DefaultMetadataLoader )
169
168
}
170
169
171
- fn provide ( & self , _providers : & mut Providers ) { }
172
- fn provide_extern ( & self , _providers : & mut Providers ) { }
173
-
174
170
fn target_features ( & self , _sess : & Session ) -> Vec < rustc_span:: Symbol > {
175
171
vec ! [ ]
176
172
}
You can’t perform that action at this time.
0 commit comments