Repository: mesos Updated Branches: refs/heads/1.2.x c1fd09ec3 -> 596661dd2
Removed invalid Environment::Variable set_type from 1.2.x. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/596661dd Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/596661dd Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/596661dd Branch: refs/heads/1.2.x Commit: 596661dd2456fec442dad27ee759fbff85fd4173 Parents: c1fd09e Author: Adam B <[email protected]> Authored: Fri Mar 24 03:46:58 2017 -0700 Committer: Adam B <[email protected]> Committed: Fri Mar 24 03:46:58 2017 -0700 ---------------------------------------------------------------------- src/launcher/executor.cpp | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/596661dd/src/launcher/executor.cpp ---------------------------------------------------------------------- diff --git a/src/launcher/executor.cpp b/src/launcher/executor.cpp index 59ce5f8..2605d82 100644 --- a/src/launcher/executor.cpp +++ b/src/launcher/executor.cpp @@ -417,7 +417,6 @@ protected: foreachpair (const string& name, const string& value, os::environment()) { Environment::Variable variable; variable.set_name(name); - variable.set_type(Environment::Variable::VALUE); variable.set_value(value); environment[name] = variable; }
