mirror of
https://github.com/google/nomulus.git
synced 2025-05-15 08:57:12 +02:00
Delete MultiplyingCloudDnsWriter
Now that the large zone re-signing test is complete, we no longer need it. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=199507075
This commit is contained in:
parent
7487639e62
commit
37095f82e9
2 changed files with 0 additions and 480 deletions
|
@ -61,14 +61,6 @@ public final class CloudDnsWriterModule {
|
|||
return writer;
|
||||
}
|
||||
|
||||
// TODO(b/71607306): Remove once large zone resigning is tested
|
||||
@Provides
|
||||
@IntoMap
|
||||
@StringKey(MultiplyingCloudDnsWriter.NAME)
|
||||
static DnsWriter provideMultiplyingWriter(MultiplyingCloudDnsWriter writer) {
|
||||
return writer;
|
||||
}
|
||||
|
||||
@Provides
|
||||
@IntoSet
|
||||
@Named("dnsWriterNames")
|
||||
|
@ -76,14 +68,6 @@ public final class CloudDnsWriterModule {
|
|||
return CloudDnsWriter.NAME;
|
||||
}
|
||||
|
||||
// TODO(b/71607306): Remove once large zone resigning is tested
|
||||
@Provides
|
||||
@IntoSet
|
||||
@Named("dnsWriterNames")
|
||||
static String provideMultiplyingWriterName() {
|
||||
return MultiplyingCloudDnsWriter.NAME;
|
||||
}
|
||||
|
||||
@Provides
|
||||
@Named("cloudDns")
|
||||
static RateLimiter provideRateLimiter() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue