Remove vestigial os.getenv procedure

This commit is contained in:
Lassi Kortela 2019-09-02 19:48:17 +03:00
parent fabd2503fa
commit 573d02ac64
1 changed files with 0 additions and 2 deletions

View File

@ -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 },