summaryrefslogtreecommitdiff
path: root/java/java.go
diff options
context:
space:
mode:
Diffstat (limited to 'java/java.go')
-rw-r--r--java/java.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/java/java.go b/java/java.go
index 95f4fd892..1fa083058 100644
--- a/java/java.go
+++ b/java/java.go
@@ -2607,10 +2607,6 @@ func (a *Import) JacocoReportClassesFile() android.Path {
return nil
}
-func (j *Import) LintDepSets() LintDepSets {
- return LintDepSets{}
-}
-
func (j *Import) getStrictUpdatabilityLinting() bool {
return false
}
@@ -3120,10 +3116,6 @@ func (a *DexImport) JacocoReportClassesFile() android.Path {
return nil
}
-func (a *DexImport) LintDepSets() LintDepSets {
- return LintDepSets{}
-}
-
func (j *DexImport) IsInstallable() bool {
return true
}