Remove unused target_cpu and tune_cpu methods from ExtraBackendMethods
This commit is contained in:
parent
5d5c5f92fb
commit
15b0747049
1 changed files with 0 additions and 9 deletions
|
@ -173,15 +173,6 @@ impl ExtraBackendMethods for GccCodegenBackend {
|
|||
Ok(())
|
||||
})
|
||||
}
|
||||
|
||||
fn target_cpu<'b>(&self, _sess: &'b Session) -> &'b str {
|
||||
unimplemented!();
|
||||
}
|
||||
|
||||
fn tune_cpu<'b>(&self, _sess: &'b Session) -> Option<&'b str> {
|
||||
None
|
||||
// TODO(antoyo)
|
||||
}
|
||||
}
|
||||
|
||||
pub struct ModuleBuffer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue