diff options
Diffstat (limited to 'gcc/cp/coroutines.h')
-rw-r--r-- | gcc/cp/coroutines.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cp/coroutines.h b/gcc/cp/coroutines.h index d13bea0..10698cf 100644 --- a/gcc/cp/coroutines.h +++ b/gcc/cp/coroutines.h @@ -9,7 +9,6 @@ struct param_info vec<tree *> *body_uses; /* Worklist of uses, void if there are none. */ tree frame_type; /* The type used to represent this parm in the frame. */ tree orig_type; /* The original type of the parm (not as passed). */ - tree guard_var; /* If we need a DTOR on exception, this bool guards it. */ tree fr_copy_dtor; /* If we need a DTOR on exception, this is it. */ bool by_ref; /* Was passed by reference. */ bool pt_ref; /* Was a pointer to object. */ |