From 58cd6303670e1d15b0be4c0020b8b7954625eb64 Mon Sep 17 00:00:00 2001 From: Laurynas Biveinis Date: Wed, 26 May 2010 15:08:28 +0000 Subject: ggc.h (ggc_min_expand_heuristic, [...]): Remove. 2010-05-26 Laurynas Biveinis * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Remove. From-SVN: r159874 --- gcc/ggc.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gcc/ggc.h') diff --git a/gcc/ggc.h b/gcc/ggc.h index bc94d6c0c1b..33b78f1b03d 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. */ -- cgit v1.2.1