diff options
author | YamaArashi <shadow962@live.com> | 2016-02-12 11:35:04 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-12 11:35:04 -0800 |
commit | fb95ff91be532f3b63786339ea3cb28694aef172 (patch) | |
tree | 1e024434b3ab7fbb48b874344c6dc7e082fb83f7 /gcc/tree.h | |
parent | 166e94b61c7150981753e2ad54f1d55149e5f0c7 (diff) |
remove static constuctors/destructors
Diffstat (limited to 'gcc/tree.h')
-rwxr-xr-x | gcc/tree.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -1233,11 +1233,6 @@ struct tree_type alternative would be passed. */ #define DECL_TRANSPARENT_UNION(NODE) (DECL_CHECK (NODE)->decl.transparent_union) -/* Used in FUNCTION_DECLs to indicate that they should be run automatically - at the beginning or end of execution. */ -#define DECL_STATIC_CONSTRUCTOR(NODE) (DECL_CHECK (NODE)->decl.static_ctor_flag) -#define DECL_STATIC_DESTRUCTOR(NODE) (DECL_CHECK (NODE)->decl.static_dtor_flag) - /* Used to indicate that this DECL represents a compiler-generated entity. */ #define DECL_ARTIFICIAL(NODE) (DECL_CHECK (NODE)->decl.artificial_flag) |