]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2010-05-26 Laurynas Biveinis <laurynas.biveinis@gmail.com>
authorlauras <lauras@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 May 2010 15:08:28 +0000 (15:08 +0000)
committerlauras <lauras@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 May 2010 15:08:28 +0000 (15:08 +0000)
* 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

gcc/ChangeLog
gcc/ggc.h

index ba7bc87a22e533ff22d380e36c0731f4ff44e27a..18e99ed61096a9ca5b952c28ef1adf35eb2e9555 100644 (file)
@@ -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.
index bc94d6c0c1be3ebea7fe41d263b3525a9ca04584..33b78f1b03d7c835e0e6fd87f430a8e5b64aba46 100644 (file)
--- 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.  */