Remove unused target_cpu and tune_cpu methods from ExtraBackendMethods
This commit is contained in:
parent
c431ea681c
commit
a3cc67c796
3 changed files with 0 additions and 17 deletions
|
@ -171,15 +171,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