aboutsummaryrefslogtreecommitdiff
path: root/gprof/gprof.c
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2005-04-23 17:13:31 +0000
committerBen Elliston <bje@au.ibm.com>2005-04-23 17:13:31 +0000
commit9e972ca0eda7909625dc1e3a8f29a3958f2c94c3 (patch)
tree6aff06029254235e890fba4bb059f33b111e4aec /gprof/gprof.c
parent02a71ae8069b06a76c10995cc07b883f08844287 (diff)
downloadfsf-binutils-gdb-9e972ca0eda7909625dc1e3a8f29a3958f2c94c3.zip
fsf-binutils-gdb-9e972ca0eda7909625dc1e3a8f29a3958f2c94c3.tar.gz
fsf-binutils-gdb-9e972ca0eda7909625dc1e3a8f29a3958f2c94c3.tar.bz2
* corefile.c (core_num_syms): Make static.
(core_syms): Likewise. (min_insn_size): Likewise. * gprof.c (abfd): Remove unused variable. * hist.c (hist_dimension): Make static. (hist_dimension_abbrev): Likewise. * sym_ids.c (id_list): Likewise. (table_name): Likewise.
Diffstat (limited to 'gprof/gprof.c')
-rw-r--r--gprof/gprof.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gprof/gprof.c b/gprof/gprof.c
index dbb8cca..2814309 100644
--- a/gprof/gprof.c
+++ b/gprof/gprof.c
@@ -77,8 +77,6 @@ char copyright[] =
static char *gmon_name = GMONNAME; /* profile filename */
-bfd *abfd;
-
/*
* Functions that get excluded by default:
*/