aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--decl.c5
1 files changed, 0 insertions, 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)
{