Remove vestigial path.exist? procedure

This commit is contained in:
Lassi Kortela 2019-09-02 19:47:19 +03:00
parent 5f53326df8
commit fabd2503fa
1 changed files with 0 additions and 1 deletions

View File

@ -549,7 +549,6 @@ static struct builtinspec builtin_info[] = {
{ "path.cwd", fl_path_cwd }, { "path.cwd", fl_path_cwd },
{ "path.exists?", builtin_file_exists }, // TODO: remove
{ "os.getenv", builtin_get_environment_variable }, // TODO: remove { "os.getenv", builtin_get_environment_variable }, // TODO: remove
{ "help*", builtin_help_star }, { "help*", builtin_help_star },