aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/loop.h')
-rw-r--r--gcc/loop.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/loop.h b/gcc/loop.h
index cfec993..1794730 100644
--- a/gcc/loop.h
+++ b/gcc/loop.h
@@ -289,8 +289,6 @@ struct loop_movables
struct movable *head;
/* Last movable in chain. */
struct movable *last;
- /* Number of movables in the loop. */
- int num;
};