aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2009-04-16 18:39:21 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2009-04-16 18:39:21 +0000
commitc7db7fa5ace050cbc83e047e34805769318bd423 (patch)
tree052a782a34b2a9c6dfea4a0e7dcb9bc8463a136c /gcc/function.h
parent167be6eb06817b20448e4beb1483d01218642d2f (diff)
downloadgcc-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.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 5bee64b..77b1ae8 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);