diff options
-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. */ |