mirror of
https://github.com/google/nomulus.git
synced 2025-05-12 22:38:16 +02:00
Get rid of deprecated rde-staging queue
It's no longer used by the current RDE system. Also, remove an unused Dagger @PRovides method for the rde-upload queue. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=122164826
This commit is contained in:
parent
a8544100fa
commit
8f986d6f55
2 changed files with 0 additions and 21 deletions
|
@ -56,16 +56,4 @@ public final class RdeModule {
|
|||
static Queue provideQueueRdeReport() {
|
||||
return getQueue("rde-report");
|
||||
}
|
||||
|
||||
@Provides
|
||||
@Named("rde-staging")
|
||||
static Queue provideQueueRdeStaging() {
|
||||
return getQueue("rde-staging");
|
||||
}
|
||||
|
||||
@Provides
|
||||
@Named("rde-upload")
|
||||
static Queue provideQueueRdeUpload() {
|
||||
return getQueue("rde-upload");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue