diff options
Diffstat (limited to 'gcc/gimple.h')
-rw-r--r-- | gcc/gimple.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/gimple.h b/gcc/gimple.h index 7f319056a60..9380211bdd9 100644 --- a/gcc/gimple.h +++ b/gcc/gimple.h @@ -200,7 +200,6 @@ struct GTY((desc ("gimple_statement_structure (&%h)"), tag ("GSS_BASE"), and the prev pointer being the last. */ gimple next; gimple GTY((skip)) prev; - }; |