aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-inline.h')
-rw-r--r--gcc/tree-inline.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/tree-inline.h b/gcc/tree-inline.h
index d858b91..ab03f7a 100644
--- a/gcc/tree-inline.h
+++ b/gcc/tree-inline.h
@@ -157,11 +157,4 @@ extern tree remap_type (tree type, copy_body_data *id);
extern HOST_WIDE_INT estimated_stack_frame_size (void);
-/* 0 if we should not perform inlining.
- 1 if we should expand functions calls inline at the tree level.
- 2 if we should consider *all* functions to be inline
- candidates. */
-
-extern int flag_inline_trees;
-
#endif /* GCC_TREE_INLINE_H */