mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 08:27:14 +02:00
Remove unused singular DNS queue deleteTask method
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=197981823
This commit is contained in:
parent
8f456bcf64
commit
373b4feeb1
1 changed files with 0 additions and 9 deletions
|
@ -171,15 +171,6 @@ public class DnsQueue {
|
|||
}
|
||||
}
|
||||
|
||||
/** Delete the task, removing it from the queue permanently. */
|
||||
public void deleteTask(TaskHandle task) {
|
||||
try {
|
||||
queue.deleteTask(task);
|
||||
} catch (TransientFailureException | DeadlineExceededException e) {
|
||||
logger.severe(e, "Failed deleting tasks too fast");
|
||||
}
|
||||
}
|
||||
|
||||
/** Delete a list of tasks, removing them from the queue permanently. */
|
||||
public void deleteTasks(List<TaskHandle> tasks) {
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue