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