aboutsummaryrefslogtreecommitdiffhomepage
path: root/type.c
diff options
context:
space:
mode:
Diffstat (limited to 'type.c')
-rw-r--r--type.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/type.c b/type.c
index 5025395..665ca2a 100644
--- a/type.c
+++ b/type.c
@@ -186,7 +186,6 @@ mkfntype(union type ret, uint n, const union type *par, const uchar *qual, bool
return mktype(TYFUNC, .dat = interntd(&td));
}
-
union type
completetype(const char *name, int id, struct typedata *td)
{