diff options
Diffstat (limited to 'types.h')
-rw-r--r-- | types.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 { |