Remove interpreter from BuildContext trait (#5800)

This commit is contained in:
Charlie Marsh 2024-08-05 16:32:10 -04:00 committed by GitHub
parent 92a2996e8e
commit 33ec6f063d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 11 deletions

View file

@ -127,10 +127,6 @@ impl<'a> BuildContext for BuildDispatch<'a> {
self.git
}
fn interpreter(&self) -> &Interpreter {
self.interpreter
}
fn build_options(&self) -> &BuildOptions {
self.build_options
}