This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH, committed] Remove now-unused prototypes from ggc.h


When I made those functions static in ggc-common.c, I forgot to check
for their prototypes.

Bootstrapped until stage2 libbackend.a on x86_64/linux.

Committed as obvious.

-
Index: ChangeLog
===================================================================
--- ChangeLog   (revision 159873)
+++ ChangeLog   (working copy)
@@ -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: ggc.h
===================================================================
--- ggc.h       (revision 159873)
+++ ggc.h       (working copy)
@@ -307,8 +307,6 @@
 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.  */



-- 
Laurynas


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]