diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2009-04-16 18:39:21 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2009-04-16 18:39:21 +0000 |
commit | c7db7fa5ace050cbc83e047e34805769318bd423 (patch) | |
tree | 052a782a34b2a9c6dfea4a0e7dcb9bc8463a136c /gcc/function.c | |
parent | 167be6eb06817b20448e4beb1483d01218642d2f (diff) | |
download | gcc-c7db7fa5ace050cbc83e047e34805769318bd423.zip gcc-c7db7fa5ace050cbc83e047e34805769318bd423.tar.gz gcc-c7db7fa5ace050cbc83e047e34805769318bd423.tar.bz2 |
function.c (current_function_assembler_name): Remove.
* function.c (current_function_assembler_name): Remove.
* function.h: Remove the prototype for
current_function_assembler_name.
From-SVN: r146209
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/function.c b/gcc/function.c index e8d9901..0f50a4f 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -5340,13 +5340,6 @@ current_function_name (void) { return lang_hooks.decl_printable_name (cfun->decl, 2); } - -/* Returns the raw (mangled) name of the current function. */ -const char * -current_function_assembler_name (void) -{ - return IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (cfun->decl)); -} static unsigned int |