aboutsummaryrefslogtreecommitdiff
path: root/typecheck.h
diff options
context:
space:
mode:
Diffstat (limited to 'typecheck.h')
-rw-r--r--typecheck.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/typecheck.h b/typecheck.h
index 39d5b01c..706d01df 100644
--- a/typecheck.h
+++ b/typecheck.h
@@ -14,6 +14,5 @@ type_t *get_math_type(env_t *env, ast_t *ast, type_t *lhs_t, type_t *rhs_t);
bool is_discardable(env_t *env, ast_t *ast);
type_t *get_namespace_type(env_t *env, ast_t *namespace_ast, type_t *type);
type_t *get_file_type(env_t *env, const char *path);
-type_t *get_iter_type(env_t *env, ast_t *iter);
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0