aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurynas Biveinis <laurynas.biveinis@gmail.com>2010-05-26 15:08:28 +0000
committerLaurynas Biveinis <lauras@gcc.gnu.org>2010-05-26 15:08:28 +0000
commit58cd6303670e1d15b0be4c0020b8b7954625eb64 (patch)
treee2ec96078b2eeb39544eac067a34b116a95ad112
parent1dba29f845a7dfa3f87bc9fb7040648b3cd68082 (diff)
downloadgcc-58cd6303670e1d15b0be4c0020b8b7954625eb64.zip
gcc-58cd6303670e1d15b0be4c0020b8b7954625eb64.tar.gz
gcc-58cd6303670e1d15b0be4c0020b8b7954625eb64.tar.bz2
ggc.h (ggc_min_expand_heuristic, [...]): Remove.
2010-05-26 Laurynas Biveinis <laurynas.biveinis@gmail.com> * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Remove. From-SVN: r159874
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/ggc.h2
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ba7bc87..18e99ed 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2010-05-26 Laurynas Biveinis <laurynas.biveinis@gmail.com>
+
+ * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic):
+ Remove.
+
2010-05-26 Richard Guenther <rguenther@suse.de>
* opts.c (common_handle_option): Handle OPT_Ofast.
diff --git a/gcc/ggc.h b/gcc/ggc.h
index bc94d6c..33b78f1 100644
--- a/gcc/ggc.h
+++ b/gcc/ggc.h
@@ -307,8 +307,6 @@ extern void ggc_print_statistics (void);
extern void stringpool_statistics (void);
/* Heuristics. */
-extern int ggc_min_expand_heuristic (void);
-extern int ggc_min_heapsize_heuristic (void);
extern void init_ggc_heuristics (void);
/* Zone collection. */