Skip to content

Commit

Permalink
cmd/flux: don't read FLUX_RCX_PATH environment variables
Browse files Browse the repository at this point in the history
The broker no longer looks for FLUX_RC1_PATH and FLUX_RC3_PATH,
so ignore them in flux(1) command driver.
  • Loading branch information
grondo committed Oct 1, 2019
1 parent f4f3eb2 commit 65f3775
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/cmd/flux.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,6 @@ int main (int argc, char *argv[])
if (getenv ("FLUX_URI"))
environment_from_env (env, "FLUX_URI", "", 0); /* pass-thru */

environment_from_env (env, "FLUX_RC1_PATH",
flux_conf_get ("rc1_path", flags), 0);
environment_from_env (env, "FLUX_RC3_PATH",
flux_conf_get ("rc3_path", flags), 0);
environment_from_env (env, "FLUX_PMI_LIBRARY_PATH",
flux_conf_get ("pmi_library_path", flags), 0);

Expand Down

0 comments on commit 65f3775

Please sign in to comment.