Skip to content

Commit

Permalink
remove BackupAgentScope that is unused (#5552)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/1198194956794324/1209254818228169/f

### Description
Remove unused BackupAgentScope annotation

### Steps to test this PR
NA, code review
  • Loading branch information
aitorvs authored Jan 31, 2025
1 parent 651cc30 commit 1f1f8ad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ class ContributesSubComponentCodeGenerator : CodeGenerator {
serviceScopeFqName.asClassName(module) -> appScopeFqName
fragmentScopeFqName.asClassName(module) -> activityScopeFqName
viewScopeFqName.asClassName(module) -> activityScopeFqName
backupAgentScopeFqName.asClassName(module) -> appScopeFqName
else -> throw AnvilCompilationException("${this.asClassName(module)} scope is not currently supported")
}
}
Expand Down Expand Up @@ -286,6 +285,5 @@ class ContributesSubComponentCodeGenerator : CodeGenerator {
private val vpnScopeFqName = FqName("com.duckduckgo.di.scopes.VpnScope")
private val serviceScopeFqName = FqName("com.duckduckgo.di.scopes.ServiceScope")
private val viewScopeFqName = FqName("com.duckduckgo.di.scopes.ViewScope")
private val backupAgentScopeFqName = FqName("com.duckduckgo.di.scopes.BackupAgentScope")
}
}
19 changes: 0 additions & 19 deletions di/src/main/java/com/duckduckgo/di/scopes/BackupAgentScope.kt

This file was deleted.

0 comments on commit 1f1f8ad

Please sign in to comment.