mirror of
https://github.com/google/nomulus
synced 2026-01-07 05:56:49 +00: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:
committed by
Justine Tunney
parent
a8544100fa
commit
8f986d6f55
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user