Skip to content

Commit 15b0747

Browse files
bjorn3antoyo
authored andcommitted
Remove unused target_cpu and tune_cpu methods from ExtraBackendMethods
1 parent 5d5c5f9 commit 15b0747

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/lib.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -173,15 +173,6 @@ impl ExtraBackendMethods for GccCodegenBackend {
173173
Ok(())
174174
})
175175
}
176-
177-
fn target_cpu<'b>(&self, _sess: &'b Session) -> &'b str {
178-
unimplemented!();
179-
}
180-
181-
fn tune_cpu<'b>(&self, _sess: &'b Session) -> Option<&'b str> {
182-
None
183-
// TODO(antoyo)
184-
}
185176
}
186177

187178
pub struct ModuleBuffer;

0 commit comments

Comments
 (0)