Skip to content

Commit 69a065e

Browse files
committed
Remove unused target_cpu and tune_cpu methods from ExtraBackendMethods
1 parent 29edc88 commit 69a065e

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
@@ -171,15 +171,6 @@ impl ExtraBackendMethods for GccCodegenBackend {
171171
Ok(())
172172
})
173173
}
174-
175-
fn target_cpu<'b>(&self, _sess: &'b Session) -> &'b str {
176-
unimplemented!();
177-
}
178-
179-
fn tune_cpu<'b>(&self, _sess: &'b Session) -> Option<&'b str> {
180-
None
181-
// TODO(antoyo)
182-
}
183174
}
184175

185176
pub struct ModuleBuffer;

0 commit comments

Comments
 (0)