diff options
author | Michael Forney <mforney@mforney.org> | 2019-03-29 17:54:43 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-03-29 17:54:43 -0700 |
commit | 9a13e3afc6148e46b4b9b5af10cbbb63097f2911 (patch) | |
tree | 14268200091db397c80c1f3361a5da7104ae3f01 | |
parent | 4acc9078f1572a611e5cf5048ed57ea6498d0bb9 (diff) |
Remove unused struct partialtype
-rw-r--r-- | decl.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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) { |