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 /gcc/ggc.h | |
parent | 1dba29f845a7dfa3f87bc9fb7040648b3cd68082 (diff) | |
download | gcc-58cd6303670e1d15b0be4c0020b8b7954625eb64.tar.gz |
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
Diffstat (limited to 'gcc/ggc.h')
-rw-r--r-- | gcc/ggc.h | 2 |
1 files changed, 0 insertions, 2 deletions
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. */ |