diff options
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r-- | gcc/tree-flow.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h index f55922b..339baeb 100644 --- a/gcc/tree-flow.h +++ b/gcc/tree-flow.h @@ -498,10 +498,6 @@ struct stmt_ann_d GTY(()) /* Nonzero if the statement makes references to volatile storage. */ unsigned has_volatile_ops : 1; - - /* Nonzero if the statement makes a function call that may clobber global - and local addressable variables. */ - unsigned makes_clobbering_call : 1; }; union tree_ann_d GTY((desc ("ann_type ((tree_ann_t)&%h)"))) |