diff options
author | Neil Booth <neil@cat.daikokuya.demon.co.uk> | 2001-05-12 16:16:23 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2001-05-12 16:16:23 +0000 |
commit | 90e0c4105558b573e458ab2944ec51f69a9cbffb (patch) | |
tree | 92990621542b19053cd06bed439c95904d8adcdb /gcc/cp/method.c | |
parent | 800914c30a3ef354012ba5a62198805bd93ffeb6 (diff) | |
download | gcc-90e0c4105558b573e458ab2944ec51f69a9cbffb.tar.gz |
dwarfout.c (dwarfout_init): Add cast.
* dwarfout.c (dwarfout_init): Add cast.
* sched-deps.c (sched_analyze_insn): Remove unused vars.
* unwind-dw2-fde.c (_Unwind_Find_FDE): Flag unused parameter so.
cp:
* method.c (build_mangled_C99_name): Remove unused prototype.
From-SVN: r41996
Diffstat (limited to 'gcc/cp/method.c')
-rw-r--r-- | gcc/cp/method.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/cp/method.c b/gcc/cp/method.c index db45fd4ec16..e7d2bbbd665 100644 --- a/gcc/cp/method.c +++ b/gcc/cp/method.c @@ -63,9 +63,6 @@ struct pending_inline *pending_inlines; static void do_build_assign_ref PARAMS ((tree)); static void do_build_copy_constructor PARAMS ((tree)); -#if HOST_BITS_PER_WIDE_INT >= 64 -static void build_mangled_C99_name PARAMS ((int)); -#endif static tree synthesize_exception_spec PARAMS ((tree, tree (*) (tree, void *), void *)); static tree locate_dtor PARAMS ((tree, void *)); static tree locate_ctor PARAMS ((tree, void *)); |