diff options
Diffstat (limited to 'gcc/cprop.c')
-rw-r--r-- | gcc/cprop.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cprop.c b/gcc/cprop.c index 56a4f92..9485250 100644 --- a/gcc/cprop.c +++ b/gcc/cprop.c @@ -65,8 +65,6 @@ struct occr }; typedef struct occr *occr_t; -DEF_VEC_P (occr_t); -DEF_VEC_ALLOC_P (occr_t, heap); /* Hash table entry for assignment expressions. */ |