You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2016/10/31 23:07:48 UTC

mesos git commit: Removed outdated TODO in stout::flags.

Repository: mesos
Updated Branches:
  refs/heads/master 53389c90d -> e802760c9


Removed outdated TODO in stout::flags.

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


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

Branch: refs/heads/master
Commit: e802760c932e766775eba481d890d43232693815
Parents: 53389c9
Author: Gast�n Kleiman <ga...@mesosphere.com>
Authored: Mon Oct 31 16:07:42 2016 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Mon Oct 31 16:07:42 2016 -0700

----------------------------------------------------------------------
 3rdparty/stout/include/stout/flags.hpp | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/e802760c/3rdparty/stout/include/stout/flags.hpp
----------------------------------------------------------------------
diff --git a/3rdparty/stout/include/stout/flags.hpp b/3rdparty/stout/include/stout/flags.hpp
index 75925b8..8cd680e 100644
--- a/3rdparty/stout/include/stout/flags.hpp
+++ b/3rdparty/stout/include/stout/flags.hpp
@@ -78,7 +78,4 @@
 // TODO(benh): Provide a boolean which specifies whether or not to
 // abort on duplicates or load errors.
 
-// TODO(benh): Make prefix for environment variables configurable
-// (e.g., "MESOS_").
-
 #endif // __STOUT_FLAGS_HPP__