summaryrefslogtreecommitdiff
path: root/gcc/value-prof.h
diff options
context:
space:
mode:
authoraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>2007-08-21 21:16:40 +0000
committeraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>2007-08-21 21:16:40 +0000
commit2fcb22bac4e071d17546bce5201808f9db55884b (patch)
treeaff085ebc56f5cc868922c291be5479f2a8dc82a /gcc/value-prof.h
parent60a98cce951850353ea6f8431705fed18e289ee7 (diff)
downloadgcc-2fcb22bac4e071d17546bce5201808f9db55884b.tar.gz
* value-prof.h (gimple_remove_histogram_value): Remove duplicate
prototype. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127678 138bc75d-0d04-0410-961f-82ee72b054a4
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 d6ce834b4b1..a01919bb3f9 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);