You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gi...@apache.org on 2018/06/07 19:12:57 UTC

[3/6] mesos git commit: Removed an invalid TODO in puller.cpp.

Removed an invalid TODO in puller.cpp.

Review: https://reviews.apache.org/r/66650


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/44d0ef14
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/44d0ef14
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/44d0ef14

Branch: refs/heads/master
Commit: 44d0ef1484c111750b519d5f3210d8fa6aee9c85
Parents: d24ef17
Author: Gilbert Song <so...@gmail.com>
Authored: Wed Apr 11 14:42:16 2018 -0700
Committer: Gilbert Song <so...@gmail.com>
Committed: Thu Jun 7 12:11:37 2018 -0700

----------------------------------------------------------------------
 src/slave/containerizer/mesos/provisioner/docker/puller.cpp | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/44d0ef14/src/slave/containerizer/mesos/provisioner/docker/puller.cpp
----------------------------------------------------------------------
diff --git a/src/slave/containerizer/mesos/provisioner/docker/puller.cpp b/src/slave/containerizer/mesos/provisioner/docker/puller.cpp
index d7d8987..647cf05 100644
--- a/src/slave/containerizer/mesos/provisioner/docker/puller.cpp
+++ b/src/slave/containerizer/mesos/provisioner/docker/puller.cpp
@@ -36,7 +36,6 @@ Try<Owned<Puller>> Puller::create(
     const Shared<uri::Fetcher>& fetcher,
     SecretResolver* secretResolver)
 {
-  // TODO(tnachen): Support multiple registries in the puller.
   if (strings::startsWith(flags.docker_registry, "/")) {
     Try<Owned<Puller>> puller = LocalPuller::create(flags);
     if (puller.isError()) {