aboutsummaryrefslogtreecommitdiff
path: root/src/compile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compile.h')
-rw-r--r--src/compile.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compile.h b/src/compile.h
index 361acbb6..8e9e5f82 100644
--- a/src/compile.h
+++ b/src/compile.h
@@ -8,7 +8,6 @@
#include "types.h"
Text_t compile(env_t *env, ast_t *ast);
-Text_t compile_cli_arg_call(env_t *env, Text_t fn_name, type_t *fn_type, const char *version);
Text_t compile_empty(type_t *t);
Text_t compile_maybe_incref(env_t *env, ast_t *ast, type_t *t);