Remove vestigial os.getenv procedure
This commit is contained in:
parent
fabd2503fa
commit
573d02ac64
|
@ -549,8 +549,6 @@ static struct builtinspec builtin_info[] = {
|
||||||
|
|
||||||
{ "path.cwd", fl_path_cwd },
|
{ "path.cwd", fl_path_cwd },
|
||||||
|
|
||||||
{ "os.getenv", builtin_get_environment_variable }, // TODO: remove
|
|
||||||
|
|
||||||
{ "help*", builtin_help_star },
|
{ "help*", builtin_help_star },
|
||||||
|
|
||||||
{ "import-procedure", builtin_import },
|
{ "import-procedure", builtin_import },
|
||||||
|
|
Loading…
Reference in New Issue