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:
Liz Kammer
2021-06-25 15:57:46 -04:00
parent 634966767c
commit 3b606c8218
6 changed files with 0 additions and 57 deletions

View File

@@ -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)