diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-16 18:39:21 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-16 18:39:21 +0000 |
commit | ee8f5f57f33bda74fb970ce5e42edfe71cc97051 (patch) | |
tree | 052a782a34b2a9c6dfea4a0e7dcb9bc8463a136c /gcc/function.h | |
parent | dfa82bcae61f0de612fac046a575d861ae0b7ce8 (diff) | |
download | gcc-ee8f5f57f33bda74fb970ce5e42edfe71cc97051.tar.gz |
* function.c (current_function_assembler_name): Remove.
* function.h: Remove the prototype for
current_function_assembler_name.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146209 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/function.h b/gcc/function.h index 5bee64b153f..77b1ae813c0 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -677,8 +677,6 @@ extern rtx get_arg_pointer_save_area (void); /* Returns the name of the current function. */ extern const char *current_function_name (void); -/* Returns the assembler name (raw, mangled) of the current function. */ -extern const char *current_function_assembler_name (void); extern void do_warn_unused_parameter (tree); |