diff options
author | Ben Elliston <bje@au.ibm.com> | 2005-04-23 17:13:31 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2005-04-23 17:13:31 +0000 |
commit | 9e972ca0eda7909625dc1e3a8f29a3958f2c94c3 (patch) | |
tree | 6aff06029254235e890fba4bb059f33b111e4aec /gprof/gprof.c | |
parent | 02a71ae8069b06a76c10995cc07b883f08844287 (diff) | |
download | gdb-9e972ca0eda7909625dc1e3a8f29a3958f2c94c3.zip gdb-9e972ca0eda7909625dc1e3a8f29a3958f2c94c3.tar.gz 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.c | 2 |
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: */ |