summaryrefslogtreecommitdiffstats
path: root/orchestrator
diff options
context:
space:
mode:
Diffstat (limited to 'orchestrator')
-rw-r--r--orchestrator/src/main/java/com/yahoo/vespa/orchestrator/OrchestratorContext.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/OrchestratorContext.java b/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/OrchestratorContext.java
index f6bbea09642..6577b4b96cc 100644
--- a/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/OrchestratorContext.java
+++ b/orchestrator/src/main/java/com/yahoo/vespa/orchestrator/OrchestratorContext.java
@@ -26,10 +26,6 @@ public class OrchestratorContext {
return timeBudget.originalTimeout().get().getSeconds();
}
- public float getSuboperationTimeoutInSeconds() {
- return getSuboperationTimeoutInSeconds(60);
- }
-
/**
* Get timeout for a suboperation that should take up {@code shareOfRemaining} of the
* remaining time, or throw an {@link UncheckedTimeoutException} if timed out.