aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgloop.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cfgloop.h')
-rw-r--r--gcc/cfgloop.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/cfgloop.h b/gcc/cfgloop.h
index 37869860688..59815ccdc82 100644
--- a/gcc/cfgloop.h
+++ b/gcc/cfgloop.h
@@ -123,9 +123,6 @@ struct loop GTY ((chain_next ("%h.next")))
/* Link to the next (sibling) loop. */
struct loop *next;
- /* Loop that is copy of this loop. */
- struct loop *copy;
-
/* Auxiliary info specific to a pass. */
PTR GTY ((skip (""))) aux;