aboutsummaryrefslogtreecommitdiff
path: root/gcc/value-prof.h
diff options
context:
space:
mode:
authorAldy Hernandez <aldyh@redhat.com>2007-08-21 21:16:40 +0000
committerAldy Hernandez <aldyh@gcc.gnu.org>2007-08-21 21:16:40 +0000
commit958ea87b6ac26c5c90e0e0f6a5cc6d30da382db0 (patch)
treeaff085ebc56f5cc868922c291be5479f2a8dc82a /gcc/value-prof.h
parent02014de2de8e93d17cdd853151d73fdb8a5730f6 (diff)
downloadgcc-958ea87b6ac26c5c90e0e0f6a5cc6d30da382db0.zip
gcc-958ea87b6ac26c5c90e0e0f6a5cc6d30da382db0.tar.gz
gcc-958ea87b6ac26c5c90e0e0f6a5cc6d30da382db0.tar.bz2
value-prof.h (gimple_remove_histogram_value): Remove duplicate prototype.
* value-prof.h (gimple_remove_histogram_value): Remove duplicate prototype. From-SVN: r127678
Diffstat (limited to 'gcc/value-prof.h')
-rw-r--r--gcc/value-prof.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/value-prof.h b/gcc/value-prof.h
index d6ce834..a01919b 100644
--- a/gcc/value-prof.h
+++ b/gcc/value-prof.h
@@ -112,7 +112,6 @@ struct profile_hooks {
histogram_value gimple_histogram_value (struct function *, tree);
histogram_value gimple_histogram_value_of_type (struct function *, tree, enum hist_type);
void gimple_add_histogram_value (struct function *, tree, histogram_value);
-void gimple_remove_histogram_value (struct function *, tree, histogram_value);
void dump_histograms_for_stmt (struct function *, FILE *, tree);
void gimple_remove_histogram_value (struct function *, tree, histogram_value);
void gimple_remove_stmt_histograms (struct function *, tree);