summaryrefslogtreecommitdiffstats
path: root/configserver
diff options
context:
space:
mode:
authorHarald Musum <musum@yahoo-inc.com>2016-11-24 09:43:01 +0100
committerHarald Musum <musum@yahoo-inc.com>2016-11-24 09:43:01 +0100
commit35b0a4ad20826fb2b67ce4f99db99b785fa9baf0 (patch)
tree8713a7204f1a8881081cd01e245445f5e3547500 /configserver
parentbe615214c08ba72224e67c1ab5bd72dfab573a3b (diff)
Remove stale comment
Diffstat (limited to 'configserver')
-rw-r--r--configserver/src/main/java/com/yahoo/vespa/config/server/deploy/Deployment.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/configserver/src/main/java/com/yahoo/vespa/config/server/deploy/Deployment.java b/configserver/src/main/java/com/yahoo/vespa/config/server/deploy/Deployment.java
index cb4533903bd..9af2750b015 100644
--- a/configserver/src/main/java/com/yahoo/vespa/config/server/deploy/Deployment.java
+++ b/configserver/src/main/java/com/yahoo/vespa/config/server/deploy/Deployment.java
@@ -129,7 +129,6 @@ public class Deployment implements com.yahoo.config.provision.Deployment {
NestedTransaction transaction = new NestedTransaction();
transaction.add(deactivateCurrentActivateNew(localSessionRepo.getActiveSession(session.getApplicationId()), session, ignoreSessionStaleFailure));
- // TODO: (October 2016) Remove the second part of this if statement as soon as all zone applications stop using hosts.xml for routing nodes
if (hostProvisioner.isPresent()) {
hostProvisioner.get().activate(transaction, session.getApplicationId(), session.getProvisionInfo().getHosts());
}