aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ggc-internal.h')
-rw-r--r--gcc/ggc-internal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/ggc-internal.h b/gcc/ggc-internal.h
index 39850cd..4dcfb4c 100644
--- a/gcc/ggc-internal.h
+++ b/gcc/ggc-internal.h
@@ -88,9 +88,6 @@ extern void ggc_pch_read (FILE *, void *);
/* Allocation and collection. */
-/* When set, ggc_collect will do collection. */
-extern bool ggc_force_collect;
-
extern void ggc_record_overhead (size_t, size_t, void * FINAL_MEM_STAT_DECL);
extern void ggc_free_overhead (void *);