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:
Ben McIlwain 2016-05-12 09:33:57 -07:00 committed by Justine Tunney
parent a8544100fa
commit 8f986d6f55
2 changed files with 0 additions and 21 deletions

View file

@ -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");
}
}