diff options
author | Laurynas Biveinis <laurynas.biveinis@gmail.com> | 2010-05-26 15:08:28 +0000 |
---|---|---|
committer | Laurynas Biveinis <lauras@gcc.gnu.org> | 2010-05-26 15:08:28 +0000 |
commit | 58cd6303670e1d15b0be4c0020b8b7954625eb64 (patch) | |
tree | e2ec96078b2eeb39544eac067a34b116a95ad112 | |
parent | 1dba29f845a7dfa3f87bc9fb7040648b3cd68082 (diff) | |
download | gcc-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/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/ggc.h | 2 |
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. @@ -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. */ |