From 9a13e3afc6148e46b4b9b5af10cbbb63097f2911 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Fri, 29 Mar 2019 17:54:43 -0700 Subject: Remove unused struct partialtype --- decl.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/decl.c b/decl.c index adaff88..19d5247 100644 --- a/decl.c +++ b/decl.c @@ -403,11 +403,6 @@ done: /* 6.7.6 Declarators */ static struct param *parameter(struct scope *); -struct partialtype { - struct type *outer; - struct type **inner; -}; - static bool istypename(struct scope *s, const char *name) { -- cgit v1.2.3