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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/tree-inline.h b/gcc/tree-inline.h
index cd32715..50ccaab 100644
--- a/gcc/tree-inline.h
+++ b/gcc/tree-inline.h
@@ -202,6 +202,4 @@ extern tree remap_decl (tree decl, copy_body_data *id);
extern tree remap_type (tree type, copy_body_data *id);
extern gimple_seq copy_gimple_seq_and_replace_locals (gimple_seq seq);
-extern HOST_WIDE_INT estimated_stack_frame_size (struct cgraph_node *);
-
#endif /* GCC_TREE_INLINE_H */