From fabd2503fa29482670eaf913f00c4286cbcc9b02 Mon Sep 17 00:00:00 2001 From: Lassi Kortela Date: Mon, 2 Sep 2019 19:47:19 +0300 Subject: [PATCH] Remove vestigial path.exist? procedure --- c/builtins.c | 1 - 1 file changed, 1 deletion(-) diff --git a/c/builtins.c b/c/builtins.c index 1f8a50d..6068960 100644 --- a/c/builtins.c +++ b/c/builtins.c @@ -549,7 +549,6 @@ static struct builtinspec builtin_info[] = { { "path.cwd", fl_path_cwd }, - { "path.exists?", builtin_file_exists }, // TODO: remove { "os.getenv", builtin_get_environment_variable }, // TODO: remove { "help*", builtin_help_star },