aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc-none.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ggc-none.c')
-rw-r--r--gcc/ggc-none.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/ggc-none.c b/gcc/ggc-none.c
index 54b7d15..da90691 100644
--- a/gcc/ggc-none.c
+++ b/gcc/ggc-none.c
@@ -33,9 +33,6 @@
#include "coretypes.h"
#include "ggc.h"
-struct alloc_zone *rtl_zone = NULL;
-struct alloc_zone *garbage_zone = NULL;
-
void *
ggc_alloc_typed_stat (enum gt_types_enum ARG_UNUSED (gte), size_t size
MEM_STAT_DECL)
@@ -50,13 +47,6 @@ ggc_alloc_stat (size_t size MEM_STAT_DECL)
}
void *
-ggc_alloc_zone_stat (size_t size, struct alloc_zone * ARG_UNUSED (zone)
- MEM_STAT_DECL)
-{
- return xmalloc (size);
-}
-
-void *
ggc_alloc_cleared_stat (size_t size MEM_STAT_DECL)
{
return xcalloc (size, 1);