X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2Fexperimental%2FEnvUtil.h;h=3ab3b16af726bf35aa4add3cdcca6da28318cf15;hp=3ab06164fd5b8b1a36fd2dbc566206db31dc1394;hb=4fe88e4c921168ffbc53ccfa5210d9b9721d9f29;hpb=0fa941367b87fe3e127a5de3ad85535bef321397 diff --git a/folly/experimental/EnvUtil.h b/folly/experimental/EnvUtil.h index 3ab06164..3ab3b16a 100644 --- a/folly/experimental/EnvUtil.h +++ b/folly/experimental/EnvUtil.h @@ -64,14 +64,12 @@ struct EnvironmentState { return &env_; } -#if __linux__ && !FOLLY_MOBILE // Update the process environment with the one in the stored model. // Subsequent changes to the model do not alter the process environment. The // state of the process environment during execution of this method is not // defined. If the process environment is altered by another thread during the // execution of this method the results are not defined. void setAsCurrentEnvironment(); -#endif // Get a copy of the model environment in the form used by `folly::Subprocess` std::vector toVector() const;