diff options
| author | Simon Glass <[email protected]> | 2019-08-01 09:46:56 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-08-11 16:43:41 -0400 |
| commit | 0b9d8a0556e577190876ae756cf1de97104c9b41 (patch) | |
| tree | 066ddb61c70ff0754910c854fcf51dd90a53bf16 /include/environment.h | |
| parent | 03ed91887fa8da9d34a3921c1e111b28dff47a26 (diff) | |
env: Move set_default_vars to env.h
Move this function to the new header file and rename it so it has an env_
prefix.
Acked-by: Joe Hershberger <[email protected]>
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'include/environment.h')
| -rw-r--r-- | include/environment.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/environment.h b/include/environment.h index 7be1ef98ad6..97d48865994 100644 --- a/include/environment.h +++ b/include/environment.h @@ -274,9 +274,6 @@ char *env_get_default(const char *name); /* [re]set to the default environment */ void set_default_env(const char *s, int flags); -/* [re]set individual variables to their value in the default environment */ -int set_default_vars(int nvars, char * const vars[], int flags); - /* Import from binary representation into hash table */ int env_import(const char *buf, int check); |
