From: lauras Date: Wed, 26 May 2010 15:08:28 +0000 (+0000) Subject: 2010-05-26 Laurynas Biveinis X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cac8529b455381ac127f5686be50ce7da86d3eb;p=thirdparty%2Fgcc.git 2010-05-26 Laurynas Biveinis * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159874 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ba7bc87a22e5..18e99ed61096 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2010-05-26 Laurynas Biveinis + + * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): + Remove. + 2010-05-26 Richard Guenther * opts.c (common_handle_option): Handle OPT_Ofast. diff --git a/gcc/ggc.h b/gcc/ggc.h index bc94d6c0c1be..33b78f1b03d7 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. */