aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc.h
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2005-09-07 03:50:08 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2005-09-07 03:50:08 +0000
commit6f02b1dbf655b833769238502f04e0eed8213e4a (patch)
treef791e9db81e9b6b81a24a8b2d238a9cc05115d86 /gcc/ggc.h
parent040c2e426f82c34dd55ea0920c3620695599f482 (diff)
downloadgcc-6f02b1dbf655b833769238502f04e0eed8213e4a.zip
gcc-6f02b1dbf655b833769238502f04e0eed8213e4a.tar.gz
gcc-6f02b1dbf655b833769238502f04e0eed8213e4a.tar.bz2
ggc-page.c (ggc_push_context): Remove.
* ggc-page.c (ggc_push_context): Remove. (ggc_pop_context): Likewise. * ggc.h (ggc_push_context): Remove. (ggc_pop_context): Likewise. From-SVN: r103979
Diffstat (limited to 'gcc/ggc.h')
-rw-r--r--gcc/ggc.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/ggc.h b/gcc/ggc.h
index a5ae6a2..d6b2ea8 100644
--- a/gcc/ggc.h
+++ b/gcc/ggc.h
@@ -155,14 +155,6 @@ extern struct alloc_zone *new_ggc_zone (const char *);
/* Free a complete GGC zone, destroying everything in it. */
extern void destroy_ggc_zone (struct alloc_zone *);
-/* Start a new GGC context. Memory allocated in previous contexts
- will not be collected while the new context is active. */
-extern void ggc_push_context (void);
-
-/* Finish a GC context. Any uncollected memory in the new context
- will be merged with the old context. */
-extern void ggc_pop_context (void);
-
struct ggc_pch_data;
/* Return a new ggc_pch_data structure. */