diff options
Diffstat (limited to 'identifiers.c')
-rw-r--r-- | identifiers.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/identifiers.c b/identifiers.c index 08a205c..60c1460 100644 --- a/identifiers.c +++ b/identifiers.c @@ -18,7 +18,6 @@ typedef struct IdentTree { struct IdentTree *parent; struct IdentTree *children[TREE_NCHILDREN]; Array decls; /* array of declarations of this identifier */ - unsigned long c_fn_reps; /* number of repetitions of this identifier in the C output--only used for functions */ } IdentTree; typedef IdentTree *Identifier; |