aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-03-14 02:55:03 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-03-14 02:55:03 +0000
commit7b25e6631d06cd75c0db8f59e1e863eda4d0c66e (patch)
treefb478b4e05efedfce3170741880e5b9f93d651e2 /gcc/function.h
parentc148389e285d2de5ca880f6677efd8a4e7a109bc (diff)
downloadgcc-7b25e6631d06cd75c0db8f59e1e863eda4d0c66e.zip
gcc-7b25e6631d06cd75c0db8f59e1e863eda4d0c66e.tar.gz
gcc-7b25e6631d06cd75c0db8f59e1e863eda4d0c66e.tar.bz2
function.c (get_func_frame_size): Make it static.
* function.c (get_func_frame_size): Make it static. * function.h: Remove the corresponding type. From-SVN: r96409
Diffstat (limited to 'gcc/function.h')
-rw-r--r--gcc/function.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/function.h b/gcc/function.h
index ef0f55a..6444554 100644
--- a/gcc/function.h
+++ b/gcc/function.h
@@ -508,8 +508,6 @@ extern void free_block_changes (void);
This size counts from zero. It is not rounded to STACK_BOUNDARY;
the caller may have to do that. */
extern HOST_WIDE_INT get_frame_size (void);
-/* Likewise, but for a different than the current function. */
-extern HOST_WIDE_INT get_func_frame_size (struct function *);
/* A pointer to a function to create target specific, per-function
data structures. */