From 958ea87b6ac26c5c90e0e0f6a5cc6d30da382db0 Mon Sep 17 00:00:00 2001 From: Aldy Hernandez Date: Tue, 21 Aug 2007 21:16:40 +0000 Subject: [PATCH] value-prof.h (gimple_remove_histogram_value): Remove duplicate prototype. * value-prof.h (gimple_remove_histogram_value): Remove duplicate prototype. From-SVN: r127678 --- gcc/ChangeLog | 5 +++++ gcc/value-prof.h | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 07ece893c68..e06f448a3bb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2007-08-21 Aldy Hernandez + + * value-prof.h (gimple_remove_histogram_value): Remove duplicate + prototype. + 2007-08-21 Aldy Hernandez * tree-flow-inline.h (next_imm_use_stmt): Remove unecessary 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);