diff options
Diffstat (limited to 'gcc/read-rtl.c')
-rw-r--r-- | gcc/read-rtl.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/read-rtl.c b/gcc/read-rtl.c index 80d51166a16..36e42cd599a 100644 --- a/gcc/read-rtl.c +++ b/gcc/read-rtl.c @@ -77,9 +77,6 @@ struct iterator_use { void *ptr; }; -/* Vector definitions for the above. */ -typedef struct iterator_use iterator_use; - /* Records one use of an attribute (the "<[iterator:]attribute>" syntax) in a non-string rtx field. */ struct attribute_use { @@ -93,9 +90,6 @@ struct attribute_use { void *ptr; }; -/* Vector definitions for the above. */ -typedef struct attribute_use attribute_use; - /* This struct is used to link subst_attr named ATTR_NAME with corresponding define_subst named ITER_NAME. */ struct subst_attr_to_iter_mapping |