Delete unused functions
As they're unused, also removing them from the interface. Test: go test soong tests Change-Id: I76e7cbca12876395d8d7eaae4481c5e0d1350d76
This commit is contained in:
@@ -80,10 +80,6 @@ func (lto *lto) begin(ctx BaseModuleContext) {
|
||||
}
|
||||
}
|
||||
|
||||
func (lto *lto) deps(ctx BaseModuleContext, deps Deps) Deps {
|
||||
return deps
|
||||
}
|
||||
|
||||
func (lto *lto) useClangLld(ctx BaseModuleContext) bool {
|
||||
if lto.Properties.Use_clang_lld != nil {
|
||||
return Bool(lto.Properties.Use_clang_lld)
|
||||
|
Reference in New Issue
Block a user