value-prof.h (gimple_remove_histogram_value): Remove duplicate prototype.

* value-prof.h (gimple_remove_histogram_value): Remove duplicate
	prototype.

From-SVN: r127678
This commit is contained in:
Aldy Hernandez 2007-08-21 21:16:40 +00:00 committed by Aldy Hernandez
parent 02014de2de
commit 958ea87b6a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-08-21 Aldy Hernandez <aldyh@redhat.com>
* value-prof.h (gimple_remove_histogram_value): Remove duplicate
prototype.
2007-08-21 Aldy Hernandez <aldyh@redhat.com>
* tree-flow-inline.h (next_imm_use_stmt): Remove unecessary

View File

@ -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);