diff options
Diffstat (limited to 'gcc/loop.h')
-rw-r--r-- | gcc/loop.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; }; |