value-prof.h (gimple_remove_histogram_value): Remove duplicate prototype.
authorAldy Hernandez <aldyh@redhat.com>
Tue, 21 Aug 2007 21:16:40 +0000 (21:16 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Tue, 21 Aug 2007 21:16:40 +0000 (21:16 +0000)
* value-prof.h (gimple_remove_histogram_value): Remove duplicate
prototype.

From-SVN: r127678

gcc/ChangeLog
gcc/value-prof.h

index 07ece893c68970da4992d7744ba4bdcc680bc197..e06f448a3bb52ea1ac1500f0f2609e88c8c4b1f1 100644 (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
index d6ce834b4b167bb9bb9410b749b780cdcda07cd3..a01919bb3f941e99a41f9aa385006b334685436e 100644 (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);