aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast.h')
-rw-r--r--src/ast.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ast.h b/src/ast.h
index 90fdeb0..8940aee 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -33,7 +33,6 @@ struct Type {
};
typedef struct Type Type;
-void type_dump(Type* ty);
Type* type_new(TypeKind kind);
Type* type_new_ptr(Type* base);
Type* type_new_array(Type* elem, int size);