summaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-02-12 11:35:04 -0800
committerYamaArashi <shadow962@live.com>2016-02-12 11:35:04 -0800
commitfb95ff91be532f3b63786339ea3cb28694aef172 (patch)
tree1e024434b3ab7fbb48b874344c6dc7e082fb83f7 /gcc/tree.h
parent166e94b61c7150981753e2ad54f1d55149e5f0c7 (diff)
remove static constuctors/destructors
Diffstat (limited to 'gcc/tree.h')
-rwxr-xr-xgcc/tree.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index d661c00..619abdf 100755
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -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)