summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/types.h b/types.h
index f684c18..e3a251e 100644
--- a/types.h
+++ b/types.h
@@ -386,9 +386,6 @@ typedef struct {
typedef struct {
Type type;
struct Expression *n; /* e.g. for new(int, 5) */
- struct {
- IdentID id;
- } c;
} NewExpr;
typedef struct {